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