Class ContactListDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.contactlist.server.entity.ContactListDetail
- 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 ContactListDetailContactListDetail(ContactListDetailValue value, EntityPermission entityPermission) Creates a new instance of ContactListDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleangetContactList(EntityPermission entityPermission) getContactListFrequency(EntityPermission entityPermission) booleangetContactListGroup(EntityPermission entityPermission) booleanbooleanbooleangetContactListType(EntityPermission entityPermission) booleangetDefaultPartyContactListStatus(EntityPermission entityPermission) booleanbooleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidsetContactList(ContactList entity) voidvoidvoidsetContactListFrequencyPK(ContactListFrequencyPK contactListFrequencyPK) voidsetContactListGroup(ContactListGroup entity) voidsetContactListGroupPK(ContactListGroupPK contactListGroupPK) voidsetContactListName(String contactListName) voidsetContactListPK(ContactListPK contactListPK) voidsetContactListType(ContactListType entity) voidsetContactListTypePK(ContactListTypePK contactListTypePK) voidvoidsetDefaultPartyContactListStatusPK(WorkflowEntrancePK defaultPartyContactListStatusPK) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
ContactListDetail
Creates a new instance of ContactListDetail- Throws:
PersistenceException
-
ContactListDetail
Creates a new instance of ContactListDetail
-
-
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
-
getContactListDetailValue
-
setContactListDetailValue
public void setContactListDetailValue(ContactListDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getContactListPK
-
getContactList
-
getContactList
-
getContactListForUpdate
-
setContactListPK
public void setContactListPK(ContactListPK contactListPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContactList
-
getContactListPKHasBeenModified
-
getContactListName
-
setContactListName
public void setContactListName(String contactListName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getContactListNameHasBeenModified
-
getContactListGroupPK
-
getContactListGroup
-
getContactListGroup
-
getContactListGroupForUpdate
-
setContactListGroupPK
public void setContactListGroupPK(ContactListGroupPK contactListGroupPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContactListGroup
-
getContactListGroupPKHasBeenModified
-
getContactListTypePK
-
getContactListType
-
getContactListType
-
getContactListTypeForUpdate
-
setContactListTypePK
public void setContactListTypePK(ContactListTypePK contactListTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContactListType
-
getContactListTypePKHasBeenModified
-
getContactListFrequencyPK
-
getContactListFrequency
-
getContactListFrequency
-
getContactListFrequencyForUpdate
-
setContactListFrequencyPK
public void setContactListFrequencyPK(ContactListFrequencyPK contactListFrequencyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContactListFrequency
-
getContactListFrequencyPKHasBeenModified
-
getDefaultPartyContactListStatusPK
-
getDefaultPartyContactListStatus
-
getDefaultPartyContactListStatus
-
getDefaultPartyContactListStatusForUpdate
-
setDefaultPartyContactListStatusPK
public void setDefaultPartyContactListStatusPK(WorkflowEntrancePK defaultPartyContactListStatusPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setDefaultPartyContactListStatus
-
getDefaultPartyContactListStatusPKHasBeenModified
-
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
-