Class ContentCatalogDescriptionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ContentCatalogDescriptionPK>
com.echothree.model.data.content.server.value.ContentCatalogDescriptionValue
- All Implemented Interfaces:
Serializable,Cloneable
public class ContentCatalogDescriptionValue
extends BaseValue<ContentCatalogDescriptionPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionContentCatalogDescriptionValue(ContentCatalogDescriptionPK contentCatalogDescriptionPK, ContentCatalogPK contentCatalogPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContentCatalogDescriptionValueContentCatalogDescriptionValue(ContentCatalogPK contentCatalogPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContentCatalogDescriptionValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetContentCatalogPK(ContentCatalogPK contentCatalogPK) 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
-
ContentCatalogDescriptionValue
public ContentCatalogDescriptionValue(ContentCatalogDescriptionPK contentCatalogDescriptionPK, ContentCatalogPK contentCatalogPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContentCatalogDescriptionValue- Throws:
PersistenceNotNullException
-
ContentCatalogDescriptionValue
public ContentCatalogDescriptionValue(ContentCatalogPK contentCatalogPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContentCatalogDescriptionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ContentCatalogDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ContentCatalogDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ContentCatalogDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ContentCatalogDescriptionPK>
-
getContentCatalogPK
-
setContentCatalogPK
public void setContentCatalogPK(ContentCatalogPK contentCatalogPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContentCatalogPKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getDescription
-
setDescription
- Throws:
PersistenceNotNullException
-
getDescriptionHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-