Class FinancialAccountAlias
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.financial.server.entity.FinancialAccountAlias
- 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 FinancialAccountAliasFinancialAccountAlias(FinancialAccountAliasValue value, EntityPermission entityPermission) Creates a new instance of FinancialAccountAlias -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAlias()booleangetFinancialAccount(EntityPermission entityPermission) getFinancialAccount(Session session) getFinancialAccount(Session session, EntityPermission entityPermission) getFinancialAccountAliasType(EntityPermission entityPermission) getFinancialAccountAliasType(Session session) getFinancialAccountAliasType(Session session, EntityPermission entityPermission) booleangetFinancialAccountForUpdate(Session session) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidvoidsetFinancialAccount(FinancialAccount entity) voidvoidsetFinancialAccountAliasTypePK(FinancialAccountAliasTypePK financialAccountAliasTypePK) voidvoidsetFinancialAccountPK(FinancialAccountPK financialAccountPK) voidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
FinancialAccountAlias
Creates a new instance of FinancialAccountAlias- Throws:
PersistenceException
-
FinancialAccountAlias
Creates a new instance of FinancialAccountAlias
-
-
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
-
getFinancialAccountAliasValue
-
setFinancialAccountAliasValue
public void setFinancialAccountAliasValue(FinancialAccountAliasValue 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
-
getFinancialAccountAliasTypePK
-
getFinancialAccountAliasType
public FinancialAccountAliasType getFinancialAccountAliasType(Session session, EntityPermission entityPermission) -
getFinancialAccountAliasType
-
getFinancialAccountAliasType
-
getFinancialAccountAliasType
-
getFinancialAccountAliasTypeForUpdate
-
getFinancialAccountAliasTypeForUpdate
-
setFinancialAccountAliasTypePK
public void setFinancialAccountAliasTypePK(FinancialAccountAliasTypePK financialAccountAliasTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setFinancialAccountAliasType
-
getFinancialAccountAliasTypePKHasBeenModified
-
getAlias
-
setAlias
-
getAliasHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-