Class ContactMechanismPurposeDescriptionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ContactMechanismPurposeDescriptionPK>
com.echothree.model.data.contact.server.value.ContactMechanismPurposeDescriptionValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ContactMechanismPurposeDescriptionValue
extends BaseValue<ContactMechanismPurposeDescriptionPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionContactMechanismPurposeDescriptionValue
(ContactMechanismPurposeDescriptionPK contactMechanismPurposeDescriptionPK, ContactMechanismPurposePK contactMechanismPurposePK, LanguagePK languagePK, String description) Creates a new instance of ContactMechanismPurposeDescriptionValueContactMechanismPurposeDescriptionValue
(ContactMechanismPurposePK contactMechanismPurposePK, LanguagePK languagePK, String description) Creates a new instance of ContactMechanismPurposeDescriptionValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setContactMechanismPurposePK
(ContactMechanismPurposePK contactMechanismPurposePK) void
setDescription
(String description) void
setLanguagePK
(LanguagePK languagePK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ContactMechanismPurposeDescriptionValue
public ContactMechanismPurposeDescriptionValue(ContactMechanismPurposeDescriptionPK contactMechanismPurposeDescriptionPK, ContactMechanismPurposePK contactMechanismPurposePK, LanguagePK languagePK, String description) throws PersistenceNotNullException Creates a new instance of ContactMechanismPurposeDescriptionValue- Throws:
PersistenceNotNullException
-
ContactMechanismPurposeDescriptionValue
public ContactMechanismPurposeDescriptionValue(ContactMechanismPurposePK contactMechanismPurposePK, LanguagePK languagePK, String description) throws PersistenceNotNullException Creates a new instance of ContactMechanismPurposeDescriptionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ContactMechanismPurposeDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ContactMechanismPurposeDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ContactMechanismPurposeDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ContactMechanismPurposeDescriptionPK>
-
getContactMechanismPurposePK
-
setContactMechanismPurposePK
public void setContactMechanismPurposePK(ContactMechanismPurposePK contactMechanismPurposePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContactMechanismPurposePKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getDescription
-
setDescription
- Throws:
PersistenceNotNullException
-
getDescriptionHasBeenModified
-