Serialized Form
-
Package de.japrost.jabudget.domain
-
Class de.japrost.jabudget.domain.DomainException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
failure
DomainFailure failure
-
-
-
Package de.japrost.jabudget.domain.account
-
Class de.japrost.jabudget.domain.account.Account extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
java.lang.String id
-
name
java.lang.String name
-
-
Class de.japrost.jabudget.domain.account.Entry extends AggregateMember implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
accountId
java.lang.String accountId
The identity of the Account the Entry resides in. -
code
java.lang.String code
The code of the entry. -
subject
java.lang.String subject
The subject of the entry
-
-