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