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