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