Class AssociateReferralDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<AssociateReferralDetailPK>
com.echothree.model.data.associate.server.value.AssociateReferralDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class AssociateReferralDetailValue
extends BaseValue<AssociateReferralDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionAssociateReferralDetailValue
(AssociateReferralDetailPK associateReferralDetailPK, AssociateReferralPK associateReferralPK, String associateReferralName, AssociatePK associatePK, AssociatePartyContactMechanismPK associatePartyContactMechanismPK, EntityInstancePK targetEntityInstancePK, Long associateReferralTime, Long fromTime, Long thruTime) Creates a new instance of AssociateReferralDetailValueAssociateReferralDetailValue
(AssociateReferralPK associateReferralPK, String associateReferralName, AssociatePK associatePK, AssociatePartyContactMechanismPK associatePartyContactMechanismPK, EntityInstancePK targetEntityInstancePK, Long associateReferralTime, Long fromTime, Long thruTime) Creates a new instance of AssociateReferralDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setAssociatePartyContactMechanismPK
(AssociatePartyContactMechanismPK associatePartyContactMechanismPK) void
setAssociatePK
(AssociatePK associatePK) void
setAssociateReferralName
(String associateReferralName) void
setAssociateReferralPK
(AssociateReferralPK associateReferralPK) void
setAssociateReferralTime
(Long associateReferralTime) void
setFromTime
(Long fromTime) void
setTargetEntityInstancePK
(EntityInstancePK targetEntityInstancePK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
AssociateReferralDetailValue
public AssociateReferralDetailValue(AssociateReferralDetailPK associateReferralDetailPK, AssociateReferralPK associateReferralPK, String associateReferralName, AssociatePK associatePK, AssociatePartyContactMechanismPK associatePartyContactMechanismPK, EntityInstancePK targetEntityInstancePK, Long associateReferralTime, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of AssociateReferralDetailValue- Throws:
PersistenceNotNullException
-
AssociateReferralDetailValue
public AssociateReferralDetailValue(AssociateReferralPK associateReferralPK, String associateReferralName, AssociatePK associatePK, AssociatePartyContactMechanismPK associatePartyContactMechanismPK, EntityInstancePK targetEntityInstancePK, Long associateReferralTime, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of AssociateReferralDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<AssociateReferralDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<AssociateReferralDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<AssociateReferralDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<AssociateReferralDetailPK>
-
getAssociateReferralPK
-
setAssociateReferralPK
-
getAssociateReferralPKHasBeenModified
-
getAssociateReferralName
-
setAssociateReferralName
public void setAssociateReferralName(String associateReferralName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getAssociateReferralNameHasBeenModified
-
getAssociatePK
-
setAssociatePK
- Throws:
PersistenceNotNullException
-
getAssociatePKHasBeenModified
-
getAssociatePartyContactMechanismPK
-
setAssociatePartyContactMechanismPK
public void setAssociatePartyContactMechanismPK(AssociatePartyContactMechanismPK associatePartyContactMechanismPK) -
getAssociatePartyContactMechanismPKHasBeenModified
-
getTargetEntityInstancePK
-
setTargetEntityInstancePK
-
getTargetEntityInstancePKHasBeenModified
-
getAssociateReferralTime
-
setAssociateReferralTime
- Throws:
PersistenceNotNullException
-
getAssociateReferralTimeHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-