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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetAssociatePartyContactMechanismPK(AssociatePartyContactMechanismPK associatePartyContactMechanismPK) voidsetAssociatePK(AssociatePK associatePK) voidsetAssociateReferralName(String associateReferralName) voidsetAssociateReferralPK(AssociateReferralPK associateReferralPK) voidsetAssociateReferralTime(Long associateReferralTime) voidsetFromTime(Long fromTime) voidsetTargetEntityInstancePK(EntityInstancePK targetEntityInstancePK) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<AssociateReferralDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<AssociateReferralDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<AssociateReferralDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-