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