Class FinancialAccountAliasValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<FinancialAccountAliasPK>
com.echothree.model.data.financial.server.value.FinancialAccountAliasValue
- All Implemented Interfaces:
Serializable,Cloneable
public class FinancialAccountAliasValue
extends BaseValue<FinancialAccountAliasPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionFinancialAccountAliasValue(FinancialAccountAliasPK financialAccountAliasPK, FinancialAccountPK financialAccountPK, FinancialAccountAliasTypePK financialAccountAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of FinancialAccountAliasValueFinancialAccountAliasValue(FinancialAccountPK financialAccountPK, FinancialAccountAliasTypePK financialAccountAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of FinancialAccountAliasValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleangetAlias()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidvoidsetFinancialAccountAliasTypePK(FinancialAccountAliasTypePK financialAccountAliasTypePK) voidsetFinancialAccountPK(FinancialAccountPK financialAccountPK) voidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
FinancialAccountAliasValue
public FinancialAccountAliasValue(FinancialAccountAliasPK financialAccountAliasPK, FinancialAccountPK financialAccountPK, FinancialAccountAliasTypePK financialAccountAliasTypePK, String alias, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of FinancialAccountAliasValue- Throws:
PersistenceNotNullException
-
FinancialAccountAliasValue
public FinancialAccountAliasValue(FinancialAccountPK financialAccountPK, FinancialAccountAliasTypePK financialAccountAliasTypePK, String alias, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of FinancialAccountAliasValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<FinancialAccountAliasPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<FinancialAccountAliasPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<FinancialAccountAliasPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<FinancialAccountAliasPK>
-
getFinancialAccountPK
-
setFinancialAccountPK
public void setFinancialAccountPK(FinancialAccountPK financialAccountPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getFinancialAccountPKHasBeenModified
-
getFinancialAccountAliasTypePK
-
setFinancialAccountAliasTypePK
public void setFinancialAccountAliasTypePK(FinancialAccountAliasTypePK financialAccountAliasTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getFinancialAccountAliasTypePKHasBeenModified
-
getAlias
-
setAlias
- Throws:
PersistenceNotNullException
-
getAliasHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-