Class ContactMechanismPurposeValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ContactMechanismPurposePK>
com.echothree.model.data.contact.server.value.ContactMechanismPurposeValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ContactMechanismPurposeValue
extends BaseValue<ContactMechanismPurposePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionContactMechanismPurposeValue
(ContactMechanismPurposePK contactMechanismPurposePK, String contactMechanismPurposeName, ContactMechanismTypePK contactMechanismTypePK, Boolean eventSubscriber, Boolean isDefault, Integer sortOrder) Creates a new instance of ContactMechanismPurposeValueContactMechanismPurposeValue
(String contactMechanismPurposeName, ContactMechanismTypePK contactMechanismTypePK, Boolean eventSubscriber, Boolean isDefault, Integer sortOrder) Creates a new instance of ContactMechanismPurposeValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setContactMechanismPurposeName
(String contactMechanismPurposeName) void
setContactMechanismTypePK
(ContactMechanismTypePK contactMechanismTypePK) void
setEventSubscriber
(Boolean eventSubscriber) void
setIsDefault
(Boolean isDefault) void
setSortOrder
(Integer sortOrder) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ContactMechanismPurposeValue
public ContactMechanismPurposeValue(ContactMechanismPurposePK contactMechanismPurposePK, String contactMechanismPurposeName, ContactMechanismTypePK contactMechanismTypePK, Boolean eventSubscriber, Boolean isDefault, Integer sortOrder) throws PersistenceNotNullException Creates a new instance of ContactMechanismPurposeValue- Throws:
PersistenceNotNullException
-
ContactMechanismPurposeValue
public ContactMechanismPurposeValue(String contactMechanismPurposeName, ContactMechanismTypePK contactMechanismTypePK, Boolean eventSubscriber, Boolean isDefault, Integer sortOrder) throws PersistenceNotNullException Creates a new instance of ContactMechanismPurposeValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ContactMechanismPurposePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ContactMechanismPurposePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ContactMechanismPurposePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ContactMechanismPurposePK>
-
getContactMechanismPurposeName
-
setContactMechanismPurposeName
public void setContactMechanismPurposeName(String contactMechanismPurposeName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContactMechanismPurposeNameHasBeenModified
-
getContactMechanismTypePK
-
setContactMechanismTypePK
public void setContactMechanismTypePK(ContactMechanismTypePK contactMechanismTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContactMechanismTypePKHasBeenModified
-
getEventSubscriber
-
setEventSubscriber
- Throws:
PersistenceNotNullException
-
getEventSubscriberHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-