Class ContentPageLayoutAreaDescriptionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ContentPageLayoutAreaDescriptionPK>
com.echothree.model.data.content.server.value.ContentPageLayoutAreaDescriptionValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ContentPageLayoutAreaDescriptionValue
extends BaseValue<ContentPageLayoutAreaDescriptionPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionContentPageLayoutAreaDescriptionValue
(ContentPageLayoutAreaDescriptionPK contentPageLayoutAreaDescriptionPK, ContentPageLayoutAreaPK contentPageLayoutAreaPK, LanguagePK languagePK, String description) Creates a new instance of ContentPageLayoutAreaDescriptionValueContentPageLayoutAreaDescriptionValue
(ContentPageLayoutAreaPK contentPageLayoutAreaPK, LanguagePK languagePK, String description) Creates a new instance of ContentPageLayoutAreaDescriptionValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setContentPageLayoutAreaPK
(ContentPageLayoutAreaPK contentPageLayoutAreaPK) void
setDescription
(String description) void
setLanguagePK
(LanguagePK languagePK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ContentPageLayoutAreaDescriptionValue
public ContentPageLayoutAreaDescriptionValue(ContentPageLayoutAreaDescriptionPK contentPageLayoutAreaDescriptionPK, ContentPageLayoutAreaPK contentPageLayoutAreaPK, LanguagePK languagePK, String description) throws PersistenceNotNullException Creates a new instance of ContentPageLayoutAreaDescriptionValue- Throws:
PersistenceNotNullException
-
ContentPageLayoutAreaDescriptionValue
public ContentPageLayoutAreaDescriptionValue(ContentPageLayoutAreaPK contentPageLayoutAreaPK, LanguagePK languagePK, String description) throws PersistenceNotNullException Creates a new instance of ContentPageLayoutAreaDescriptionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ContentPageLayoutAreaDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ContentPageLayoutAreaDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ContentPageLayoutAreaDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ContentPageLayoutAreaDescriptionPK>
-
getContentPageLayoutAreaPK
-
setContentPageLayoutAreaPK
public void setContentPageLayoutAreaPK(ContentPageLayoutAreaPK contentPageLayoutAreaPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContentPageLayoutAreaPKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getDescription
-
setDescription
- Throws:
PersistenceNotNullException
-
getDescriptionHasBeenModified
-