Class FinancialAccountValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<FinancialAccountPK>
com.echothree.model.data.financial.server.value.FinancialAccountValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class FinancialAccountValue
extends BaseValue<FinancialAccountPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionFinancialAccountValue
(FinancialAccountDetailPK activeDetailPK, FinancialAccountDetailPK lastDetailPK) Creates a new instance of FinancialAccountValueFinancialAccountValue
(FinancialAccountPK financialAccountPK, FinancialAccountDetailPK activeDetailPK, FinancialAccountDetailPK lastDetailPK) Creates a new instance of FinancialAccountValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(FinancialAccountDetailPK activeDetailPK) void
setLastDetailPK
(FinancialAccountDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
FinancialAccountValue
public FinancialAccountValue(FinancialAccountPK financialAccountPK, FinancialAccountDetailPK activeDetailPK, FinancialAccountDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of FinancialAccountValue- Throws:
PersistenceNotNullException
-
FinancialAccountValue
public FinancialAccountValue(FinancialAccountDetailPK activeDetailPK, FinancialAccountDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of FinancialAccountValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<FinancialAccountPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<FinancialAccountPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<FinancialAccountPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<FinancialAccountPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-