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 TypeMethodDescriptionboolean
getAlias()
boolean
getFinancialAccount
(EntityPermission entityPermission) getFinancialAccount
(Session session) getFinancialAccount
(Session session, EntityPermission entityPermission) getFinancialAccountAliasType
(EntityPermission entityPermission) getFinancialAccountAliasType
(Session session) getFinancialAccountAliasType
(Session session, EntityPermission entityPermission) boolean
getFinancialAccountForUpdate
(Session session) boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
void
setFinancialAccount
(FinancialAccount entity) void
void
setFinancialAccountAliasTypePK
(FinancialAccountAliasTypePK financialAccountAliasTypePK) void
void
setFinancialAccountPK
(FinancialAccountPK financialAccountPK) void
setFromTime
(Long fromTime) void
setThruTime
(Long thruTime) void
toString()
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:
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
-
getFinancialAccountAliasValue
-
setFinancialAccountAliasValue
public void setFinancialAccountAliasValue(FinancialAccountAliasValue 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
-
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
-