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 TypeMethodDescriptionvoid
clone()
boolean
getAlias()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
void
setFinancialAccountAliasTypePK
(FinancialAccountAliasTypePK financialAccountAliasTypePK) void
setFinancialAccountPK
(FinancialAccountPK financialAccountPK) void
setFromTime
(Long fromTime) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<FinancialAccountAliasPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<FinancialAccountAliasPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<FinancialAccountAliasPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-