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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(ContactListDetailPK activeDetailPK) voidsetLastDetailPK(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:
getBaseFactoryInstancein classBaseValue<ContactListPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ContactListPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ContactListPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ContactListPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-