Class FinancialAccountDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.financial.server.entity.FinancialAccountDetail
- 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 FinancialAccountDetailFinancialAccountDetail(FinancialAccountDetailValue value, EntityPermission entityPermission) Creates a new instance of FinancialAccountDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCurrency(EntityPermission entityPermission) getCurrency(Session session) getCurrency(Session session, EntityPermission entityPermission) getCurrencyForUpdate(Session session) booleanbooleangetFinancialAccount(EntityPermission entityPermission) getFinancialAccount(Session session) getFinancialAccount(Session session, EntityPermission entityPermission) getFinancialAccountForUpdate(Session session) booleanbooleangetFinancialAccountType(EntityPermission entityPermission) getFinancialAccountType(Session session) getFinancialAccountType(Session session, EntityPermission entityPermission) getFinancialAccountTypeForUpdate(Session session) booleanbooleangetGlAccount(EntityPermission entityPermission) getGlAccount(Session session) getGlAccount(Session session, EntityPermission entityPermission) getGlAccountForUpdate(Session session) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetCurrency(Currency entity) voidsetCurrencyPK(CurrencyPK currencyPK) voidsetDescription(String description) voidsetFinancialAccount(FinancialAccount entity) voidvoidsetFinancialAccountName(String financialAccountName) voidsetFinancialAccountPK(FinancialAccountPK financialAccountPK) voidvoidsetFinancialAccountTypePK(FinancialAccountTypePK financialAccountTypePK) voidsetFromTime(Long fromTime) voidsetGlAccount(GlAccount entity) voidsetGlAccountPK(GlAccountPK glAccountPK) voidsetReference(String reference) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
FinancialAccountDetail
Creates a new instance of FinancialAccountDetail- Throws:
PersistenceException
-
FinancialAccountDetail
Creates a new instance of FinancialAccountDetail
-
-
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
-
getFinancialAccountDetailValue
-
setFinancialAccountDetailValue
public void setFinancialAccountDetailValue(FinancialAccountDetailValue 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
-
getFinancialAccountTypePK
-
getFinancialAccountType
public FinancialAccountType getFinancialAccountType(Session session, EntityPermission entityPermission) -
getFinancialAccountType
-
getFinancialAccountType
-
getFinancialAccountType
-
getFinancialAccountTypeForUpdate
-
getFinancialAccountTypeForUpdate
-
setFinancialAccountTypePK
public void setFinancialAccountTypePK(FinancialAccountTypePK financialAccountTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setFinancialAccountType
-
getFinancialAccountTypePKHasBeenModified
-
getFinancialAccountName
-
setFinancialAccountName
public void setFinancialAccountName(String financialAccountName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFinancialAccountNameHasBeenModified
-
getCurrencyPK
-
getCurrency
-
getCurrency
-
getCurrency
-
getCurrency
-
getCurrencyForUpdate
-
getCurrencyForUpdate
-
setCurrencyPK
public void setCurrencyPK(CurrencyPK currencyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCurrency
-
getCurrencyPKHasBeenModified
-
getGlAccountPK
-
getGlAccount
-
getGlAccount
-
getGlAccount
-
getGlAccount
-
getGlAccountForUpdate
-
getGlAccountForUpdate
-
setGlAccountPK
public void setGlAccountPK(GlAccountPK glAccountPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setGlAccount
-
getGlAccountPKHasBeenModified
-
getReference
-
setReference
public void setReference(String reference) throws PersistenceNotNullException, PersistenceReadOnlyException -
getReferenceHasBeenModified
-
getDescription
-
setDescription
public void setDescription(String description) throws PersistenceNotNullException, PersistenceReadOnlyException -
getDescriptionHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-