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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setContactListFrequencyPK
(ContactListFrequencyPK contactListFrequencyPK) void
setContactListGroupPK
(ContactListGroupPK contactListGroupPK) void
setContactListName
(String contactListName) void
setContactListPK
(ContactListPK contactListPK) void
setContactListTypePK
(ContactListTypePK contactListTypePK) void
setDefaultPartyContactListStatusPK
(WorkflowEntrancePK defaultPartyContactListStatusPK) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) 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
-
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:
getBaseFactoryInstance
in classBaseValue<ContactListDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ContactListDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ContactListDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-