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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(AssociateDetailPK activeDetailPK) voidsetLastDetailPK(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:
getBaseFactoryInstancein classBaseValue<AssociatePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<AssociatePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<AssociatePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<AssociatePK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-