Class FinancialAccountStatus
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.financial.server.entity.FinancialAccountStatus
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of FinancialAccountStatusFinancialAccountStatus(FinancialAccountStatusValue value, EntityPermission entityPermission) Creates a new instance of FinancialAccountStatus -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleangetFinancialAccount(EntityPermission entityPermission) booleanbooleaninthashCode()voidremove()voidsetActualBalance(Long actualBalance) voidsetAvailableBalance(Long availableBalance) voidsetFinancialAccount(FinancialAccount entity) voidsetFinancialAccountPK(FinancialAccountPK financialAccountPK) voidvoidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
FinancialAccountStatus
Creates a new instance of FinancialAccountStatus- Throws:
PersistenceException
-
FinancialAccountStatus
Creates a new instance of FinancialAccountStatus
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getFinancialAccountStatusValue
-
setFinancialAccountStatusValue
public void setFinancialAccountStatusValue(FinancialAccountStatusValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getFinancialAccountPK
-
getFinancialAccount
-
getFinancialAccount
-
getFinancialAccountForUpdate
-
setFinancialAccountPK
public void setFinancialAccountPK(FinancialAccountPK financialAccountPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setFinancialAccount
-
getFinancialAccountPKHasBeenModified
-
getActualBalance
-
setActualBalance
public void setActualBalance(Long actualBalance) throws PersistenceNotNullException, PersistenceReadOnlyException -
getActualBalanceHasBeenModified
-
getAvailableBalance
-
setAvailableBalance
public void setAvailableBalance(Long availableBalance) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAvailableBalanceHasBeenModified
-