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