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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setContactListFrequencyPK
(ContactListFrequencyPK contactListFrequencyPK) void
setDescription
(String description) void
setFromTime
(Long fromTime) void
setLanguagePK
(LanguagePK languagePK) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<ContactListFrequencyDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ContactListFrequencyDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ContactListFrequencyDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-