Class ContactListDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ContactListDetailPK>
com.echothree.model.data.contactlist.server.value.ContactListDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class ContactListDetailValue
extends BaseValue<ContactListDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionContactListDetailValue(ContactListDetailPK contactListDetailPK, ContactListPK contactListPK, String contactListName, ContactListGroupPK contactListGroupPK, ContactListTypePK contactListTypePK, ContactListFrequencyPK contactListFrequencyPK, WorkflowEntrancePK defaultPartyContactListStatusPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContactListDetailValueContactListDetailValue(ContactListPK contactListPK, String contactListName, ContactListGroupPK contactListGroupPK, ContactListTypePK contactListTypePK, ContactListFrequencyPK contactListFrequencyPK, WorkflowEntrancePK defaultPartyContactListStatusPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContactListDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetContactListFrequencyPK(ContactListFrequencyPK contactListFrequencyPK) voidsetContactListGroupPK(ContactListGroupPK contactListGroupPK) voidsetContactListName(String contactListName) voidsetContactListPK(ContactListPK contactListPK) voidsetContactListTypePK(ContactListTypePK contactListTypePK) voidsetDefaultPartyContactListStatusPK(WorkflowEntrancePK defaultPartyContactListStatusPK) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ContactListDetailValue
public ContactListDetailValue(ContactListDetailPK contactListDetailPK, ContactListPK contactListPK, String contactListName, ContactListGroupPK contactListGroupPK, ContactListTypePK contactListTypePK, ContactListFrequencyPK contactListFrequencyPK, WorkflowEntrancePK defaultPartyContactListStatusPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContactListDetailValue- Throws:
PersistenceNotNullException
-
ContactListDetailValue
public ContactListDetailValue(ContactListPK contactListPK, String contactListName, ContactListGroupPK contactListGroupPK, ContactListTypePK contactListTypePK, ContactListFrequencyPK contactListFrequencyPK, WorkflowEntrancePK defaultPartyContactListStatusPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContactListDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ContactListDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ContactListDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ContactListDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ContactListDetailPK>
-
getContactListPK
-
setContactListPK
- Throws:
PersistenceNotNullException
-
getContactListPKHasBeenModified
-
getContactListName
-
setContactListName
- Throws:
PersistenceNotNullException
-
getContactListNameHasBeenModified
-
getContactListGroupPK
-
setContactListGroupPK
public void setContactListGroupPK(ContactListGroupPK contactListGroupPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContactListGroupPKHasBeenModified
-
getContactListTypePK
-
setContactListTypePK
public void setContactListTypePK(ContactListTypePK contactListTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContactListTypePKHasBeenModified
-
getContactListFrequencyPK
-
setContactListFrequencyPK
-
getContactListFrequencyPKHasBeenModified
-
getDefaultPartyContactListStatusPK
-
setDefaultPartyContactListStatusPK
public void setDefaultPartyContactListStatusPK(WorkflowEntrancePK defaultPartyContactListStatusPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getDefaultPartyContactListStatusPKHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-