Class ContactMechanismValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ContactMechanismPK>
com.echothree.model.data.contact.server.value.ContactMechanismValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ContactMechanismValue
extends BaseValue<ContactMechanismPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionContactMechanismValue
(ContactMechanismDetailPK activeDetailPK, ContactMechanismDetailPK lastDetailPK) Creates a new instance of ContactMechanismValueContactMechanismValue
(ContactMechanismPK contactMechanismPK, ContactMechanismDetailPK activeDetailPK, ContactMechanismDetailPK lastDetailPK) Creates a new instance of ContactMechanismValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(ContactMechanismDetailPK activeDetailPK) void
setLastDetailPK
(ContactMechanismDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ContactMechanismValue
public ContactMechanismValue(ContactMechanismPK contactMechanismPK, ContactMechanismDetailPK activeDetailPK, ContactMechanismDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of ContactMechanismValue- Throws:
PersistenceNotNullException
-
ContactMechanismValue
public ContactMechanismValue(ContactMechanismDetailPK activeDetailPK, ContactMechanismDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of ContactMechanismValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ContactMechanismPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ContactMechanismPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ContactMechanismPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ContactMechanismPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-