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 SummaryFields inherited from class com.echothree.util.server.persistence.BaseValue_primaryKey, entityId
- 
Constructor SummaryConstructorsConstructorDescriptionFinancialAccountAliasValue(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 SummaryModifier 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.BaseValuecheckForNull, getEntityId, hasIdentity, setEntityId
- 
Constructor Details- 
FinancialAccountAliasValuepublic FinancialAccountAliasValue(FinancialAccountAliasPK financialAccountAliasPK, FinancialAccountPK financialAccountPK, FinancialAccountAliasTypePK financialAccountAliasTypePK, String alias, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of FinancialAccountAliasValue- Throws:
- PersistenceNotNullException
 
- 
FinancialAccountAliasValuepublic 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 class- BaseValue<FinancialAccountAliasPK>
 
- 
clone
- 
getPrimaryKey- Specified by:
- getPrimaryKeyin class- BaseValue<FinancialAccountAliasPK>
 
- 
hashCode
- 
toString
- 
equals
- 
isIdentical
- 
hasBeenModified- Specified by:
- hasBeenModifiedin class- BaseValue<FinancialAccountAliasPK>
 
- 
clearHasBeenModified- Specified by:
- clearHasBeenModifiedin class- BaseValue<FinancialAccountAliasPK>
 
- 
getFinancialAccountPK
- 
setFinancialAccountPKpublic void setFinancialAccountPK(FinancialAccountPK financialAccountPK) throws PersistenceNotNullException - Throws:
- PersistenceNotNullException
 
- 
getFinancialAccountPKHasBeenModified
- 
getFinancialAccountAliasTypePK
- 
setFinancialAccountAliasTypePKpublic void setFinancialAccountAliasTypePK(FinancialAccountAliasTypePK financialAccountAliasTypePK) throws PersistenceNotNullException - Throws:
- PersistenceNotNullException
 
- 
getFinancialAccountAliasTypePKHasBeenModified
- 
getAlias
- 
setAlias- Throws:
- PersistenceNotNullException
 
- 
getAliasHasBeenModified
- 
getFromTime
- 
setFromTime- Throws:
- PersistenceNotNullException
 
- 
getFromTimeHasBeenModified
- 
getThruTime
- 
setThruTime- Throws:
- PersistenceNotNullException
 
- 
getThruTimeHasBeenModified
 
-