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) getFinancialAccount(Session session) getFinancialAccount(Session session, EntityPermission entityPermission) getFinancialAccountForUpdate(Session session) booleanbooleaninthashCode()voidremove()voidvoidsetActualBalance(Long actualBalance) voidsetAvailableBalance(Long availableBalance) voidsetFinancialAccount(FinancialAccount entity) voidsetFinancialAccountPK(FinancialAccountPK financialAccountPK) voidvoidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
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
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getFinancialAccountStatusValue
-
setFinancialAccountStatusValue
public void setFinancialAccountStatusValue(FinancialAccountStatusValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getFinancialAccountPK
-
getFinancialAccount
-
getFinancialAccount
-
getFinancialAccount
-
getFinancialAccount
-
getFinancialAccountForUpdate
-
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
-