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