Class ContactListDescriptionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ContactListDescriptionPK>
com.echothree.model.data.contactlist.server.value.ContactListDescriptionValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ContactListDescriptionValue
extends BaseValue<ContactListDescriptionPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionContactListDescriptionValue
(ContactListDescriptionPK contactListDescriptionPK, ContactListPK contactListPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContactListDescriptionValueContactListDescriptionValue
(ContactListPK contactListPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContactListDescriptionValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setContactListPK
(ContactListPK contactListPK) 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
-
ContactListDescriptionValue
public ContactListDescriptionValue(ContactListDescriptionPK contactListDescriptionPK, ContactListPK contactListPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContactListDescriptionValue- Throws:
PersistenceNotNullException
-
ContactListDescriptionValue
public ContactListDescriptionValue(ContactListPK contactListPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContactListDescriptionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ContactListDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ContactListDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ContactListDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ContactListDescriptionPK>
-
getContactListPK
-
setContactListPK
- Throws:
PersistenceNotNullException
-
getContactListPKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getDescription
-
setDescription
- Throws:
PersistenceNotNullException
-
getDescriptionHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-