Class LetterContactMechanismPurposeDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<LetterContactMechanismPurposeDetailPK>
com.echothree.model.data.letter.server.value.LetterContactMechanismPurposeDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class LetterContactMechanismPurposeDetailValue
extends BaseValue<LetterContactMechanismPurposeDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionLetterContactMechanismPurposeDetailValue(LetterContactMechanismPurposeDetailPK letterContactMechanismPurposeDetailPK, LetterContactMechanismPurposePK letterContactMechanismPurposePK, LetterPK letterPK, Integer priority, ContactMechanismPurposePK contactMechanismPurposePK, Long fromTime, Long thruTime) Creates a new instance of LetterContactMechanismPurposeDetailValueLetterContactMechanismPurposeDetailValue(LetterContactMechanismPurposePK letterContactMechanismPurposePK, LetterPK letterPK, Integer priority, ContactMechanismPurposePK contactMechanismPurposePK, Long fromTime, Long thruTime) Creates a new instance of LetterContactMechanismPurposeDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetContactMechanismPurposePK(ContactMechanismPurposePK contactMechanismPurposePK) voidsetFromTime(Long fromTime) voidsetLetterContactMechanismPurposePK(LetterContactMechanismPurposePK letterContactMechanismPurposePK) voidsetLetterPK(LetterPK letterPK) voidsetPriority(Integer priority) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
LetterContactMechanismPurposeDetailValue
public LetterContactMechanismPurposeDetailValue(LetterContactMechanismPurposeDetailPK letterContactMechanismPurposeDetailPK, LetterContactMechanismPurposePK letterContactMechanismPurposePK, LetterPK letterPK, Integer priority, ContactMechanismPurposePK contactMechanismPurposePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of LetterContactMechanismPurposeDetailValue- Throws:
PersistenceNotNullException
-
LetterContactMechanismPurposeDetailValue
public LetterContactMechanismPurposeDetailValue(LetterContactMechanismPurposePK letterContactMechanismPurposePK, LetterPK letterPK, Integer priority, ContactMechanismPurposePK contactMechanismPurposePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of LetterContactMechanismPurposeDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<LetterContactMechanismPurposeDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<LetterContactMechanismPurposeDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<LetterContactMechanismPurposeDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<LetterContactMechanismPurposeDetailPK>
-
getLetterContactMechanismPurposePK
-
setLetterContactMechanismPurposePK
public void setLetterContactMechanismPurposePK(LetterContactMechanismPurposePK letterContactMechanismPurposePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getLetterContactMechanismPurposePKHasBeenModified
-
getLetterPK
-
setLetterPK
- Throws:
PersistenceNotNullException
-
getLetterPKHasBeenModified
-
getPriority
-
setPriority
- Throws:
PersistenceNotNullException
-
getPriorityHasBeenModified
-
getContactMechanismPurposePK
-
setContactMechanismPurposePK
public void setContactMechanismPurposePK(ContactMechanismPurposePK contactMechanismPurposePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContactMechanismPurposePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-