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