Class LetterDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<LetterDetailPK>
com.echothree.model.data.letter.server.value.LetterDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionLetterDetailValue
(LetterDetailPK letterDetailPK, LetterPK letterPK, ChainTypePK chainTypePK, String letterName, LetterSourcePK letterSourcePK, ContactListPK contactListPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of LetterDetailValueLetterDetailValue
(LetterPK letterPK, ChainTypePK chainTypePK, String letterName, LetterSourcePK letterSourcePK, ContactListPK contactListPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of LetterDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setChainTypePK
(ChainTypePK chainTypePK) void
setContactListPK
(ContactListPK contactListPK) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setLetterName
(String letterName) void
setLetterPK
(LetterPK letterPK) void
setLetterSourcePK
(LetterSourcePK letterSourcePK) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
LetterDetailValue
public LetterDetailValue(LetterDetailPK letterDetailPK, LetterPK letterPK, ChainTypePK chainTypePK, String letterName, LetterSourcePK letterSourcePK, ContactListPK contactListPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of LetterDetailValue- Throws:
PersistenceNotNullException
-
LetterDetailValue
public LetterDetailValue(LetterPK letterPK, ChainTypePK chainTypePK, String letterName, LetterSourcePK letterSourcePK, ContactListPK contactListPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of LetterDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<LetterDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<LetterDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<LetterDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<LetterDetailPK>
-
getLetterPK
-
setLetterPK
- Throws:
PersistenceNotNullException
-
getLetterPKHasBeenModified
-
getChainTypePK
-
setChainTypePK
- Throws:
PersistenceNotNullException
-
getChainTypePKHasBeenModified
-
getLetterName
-
setLetterName
- Throws:
PersistenceNotNullException
-
getLetterNameHasBeenModified
-
getLetterSourcePK
-
setLetterSourcePK
- Throws:
PersistenceNotNullException
-
getLetterSourcePKHasBeenModified
-
getContactListPK
-
setContactListPK
-
getContactListPKHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-