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 TypeMethodDescriptionboolean
getCurrency
(EntityPermission entityPermission) getCurrency
(Session session) getCurrency
(Session session, EntityPermission entityPermission) getCurrencyForUpdate
(Session session) boolean
boolean
getFinancialAccount
(EntityPermission entityPermission) getFinancialAccount
(Session session) getFinancialAccount
(Session session, EntityPermission entityPermission) getFinancialAccountForUpdate
(Session session) boolean
boolean
getFinancialAccountType
(EntityPermission entityPermission) getFinancialAccountType
(Session session) getFinancialAccountType
(Session session, EntityPermission entityPermission) getFinancialAccountTypeForUpdate
(Session session) boolean
boolean
getGlAccount
(EntityPermission entityPermission) getGlAccount
(Session session) getGlAccount
(Session session, EntityPermission entityPermission) getGlAccountForUpdate
(Session session) boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setCurrency
(Currency entity) void
setCurrencyPK
(CurrencyPK currencyPK) void
setDescription
(String description) void
setFinancialAccount
(FinancialAccount entity) void
void
setFinancialAccountName
(String financialAccountName) void
setFinancialAccountPK
(FinancialAccountPK financialAccountPK) void
void
setFinancialAccountTypePK
(FinancialAccountTypePK financialAccountTypePK) void
setFromTime
(Long fromTime) void
setGlAccount
(GlAccount entity) void
setGlAccountPK
(GlAccountPK glAccountPK) void
setReference
(String reference) void
setThruTime
(Long thruTime) void
toString()
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:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getFinancialAccountDetailValue
-
setFinancialAccountDetailValue
public void setFinancialAccountDetailValue(FinancialAccountDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-