Class ContactListFrequencyDescriptionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ContactListFrequencyDescriptionPK>
com.echothree.model.data.contactlist.server.value.ContactListFrequencyDescriptionValue
- All Implemented Interfaces:
Serializable,Cloneable
public class ContactListFrequencyDescriptionValue
extends BaseValue<ContactListFrequencyDescriptionPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionContactListFrequencyDescriptionValue(ContactListFrequencyDescriptionPK contactListFrequencyDescriptionPK, ContactListFrequencyPK contactListFrequencyPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContactListFrequencyDescriptionValueContactListFrequencyDescriptionValue(ContactListFrequencyPK contactListFrequencyPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContactListFrequencyDescriptionValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetContactListFrequencyPK(ContactListFrequencyPK contactListFrequencyPK) voidsetDescription(String description) voidsetFromTime(Long fromTime) voidsetLanguagePK(LanguagePK languagePK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ContactListFrequencyDescriptionValue
public ContactListFrequencyDescriptionValue(ContactListFrequencyDescriptionPK contactListFrequencyDescriptionPK, ContactListFrequencyPK contactListFrequencyPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContactListFrequencyDescriptionValue- Throws:
PersistenceNotNullException
-
ContactListFrequencyDescriptionValue
public ContactListFrequencyDescriptionValue(ContactListFrequencyPK contactListFrequencyPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContactListFrequencyDescriptionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ContactListFrequencyDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ContactListFrequencyDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ContactListFrequencyDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ContactListFrequencyDescriptionPK>
-
getContactListFrequencyPK
-
setContactListFrequencyPK
public void setContactListFrequencyPK(ContactListFrequencyPK contactListFrequencyPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContactListFrequencyPKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getDescription
-
setDescription
- Throws:
PersistenceNotNullException
-
getDescriptionHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-