Class LetterDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.letter.server.entity.LetterDetail
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of LetterDetailLetterDetail(LetterDetailValue value, EntityPermission entityPermission) Creates a new instance of LetterDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleangetChainType(EntityPermission entityPermission) getChainType(Session session) getChainType(Session session, EntityPermission entityPermission) getChainTypeForUpdate(Session session) booleangetContactList(EntityPermission entityPermission) getContactList(Session session) getContactList(Session session, EntityPermission entityPermission) getContactListForUpdate(Session session) booleanbooleanbooleangetLetter(EntityPermission entityPermission) getLetter(Session session, EntityPermission entityPermission) getLetterForUpdate(Session session) booleanbooleangetLetterSource(EntityPermission entityPermission) getLetterSource(Session session) getLetterSource(Session session, EntityPermission entityPermission) getLetterSourceForUpdate(Session session) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetChainType(ChainType entity) voidsetChainTypePK(ChainTypePK chainTypePK) voidsetContactList(ContactList entity) voidsetContactListPK(ContactListPK contactListPK) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidvoidvoidsetLetterName(String letterName) voidsetLetterPK(LetterPK letterPK) voidsetLetterSource(LetterSource entity) voidsetLetterSourcePK(LetterSourcePK letterSourcePK) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
LetterDetail
Creates a new instance of LetterDetail- Throws:
PersistenceException
-
LetterDetail
Creates a new instance of LetterDetail
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getLetterDetailValue
-
setLetterDetailValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getLetterPK
-
getLetter
-
getLetter
-
getLetter
-
getLetter
-
getLetterForUpdate
-
getLetterForUpdate
-
setLetterPK
public void setLetterPK(LetterPK letterPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setLetter
-
getLetterPKHasBeenModified
-
getChainTypePK
-
getChainType
-
getChainType
-
getChainType
-
getChainType
-
getChainTypeForUpdate
-
getChainTypeForUpdate
-
setChainTypePK
public void setChainTypePK(ChainTypePK chainTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setChainType
-
getChainTypePKHasBeenModified
-
getLetterName
-
setLetterName
public void setLetterName(String letterName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getLetterNameHasBeenModified
-
getLetterSourcePK
-
getLetterSource
-
getLetterSource
-
getLetterSource
-
getLetterSource
-
getLetterSourceForUpdate
-
getLetterSourceForUpdate
-
setLetterSourcePK
public void setLetterSourcePK(LetterSourcePK letterSourcePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setLetterSource
-
getLetterSourcePKHasBeenModified
-
getContactListPK
-
getContactList
-
getContactList
-
getContactList
-
getContactList
-
getContactListForUpdate
-
getContactListForUpdate
-
setContactListPK
public void setContactListPK(ContactListPK contactListPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContactList
-
getContactListPKHasBeenModified
-
getIsDefault
-
setIsDefault
public void setIsDefault(Boolean isDefault) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-