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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setContactMechanismPurposePK
(ContactMechanismPurposePK contactMechanismPurposePK) void
setFromTime
(Long fromTime) void
setLetterContactMechanismPurposePK
(LetterContactMechanismPurposePK letterContactMechanismPurposePK) void
setLetterPK
(LetterPK letterPK) void
setPriority
(Integer priority) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<LetterContactMechanismPurposeDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<LetterContactMechanismPurposeDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<LetterContactMechanismPurposeDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-