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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetContactListPK(ContactListPK contactListPK) 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
-
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:
getBaseFactoryInstancein classBaseValue<ContactListDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ContactListDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ContactListDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-