Class ContentPageLayoutAreaValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ContentPageLayoutAreaPK>
com.echothree.model.data.content.server.value.ContentPageLayoutAreaValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ContentPageLayoutAreaValue
extends BaseValue<ContentPageLayoutAreaPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionContentPageLayoutAreaValue
(ContentPageLayoutAreaPK contentPageLayoutAreaPK, ContentPageLayoutPK contentPageLayoutPK, ContentPageAreaTypePK contentPageAreaTypePK, Boolean showDescriptionField, Integer sortOrder) Creates a new instance of ContentPageLayoutAreaValueContentPageLayoutAreaValue
(ContentPageLayoutPK contentPageLayoutPK, ContentPageAreaTypePK contentPageAreaTypePK, Boolean showDescriptionField, Integer sortOrder) Creates a new instance of ContentPageLayoutAreaValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setContentPageAreaTypePK
(ContentPageAreaTypePK contentPageAreaTypePK) void
setContentPageLayoutPK
(ContentPageLayoutPK contentPageLayoutPK) void
setShowDescriptionField
(Boolean showDescriptionField) void
setSortOrder
(Integer sortOrder) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ContentPageLayoutAreaValue
public ContentPageLayoutAreaValue(ContentPageLayoutAreaPK contentPageLayoutAreaPK, ContentPageLayoutPK contentPageLayoutPK, ContentPageAreaTypePK contentPageAreaTypePK, Boolean showDescriptionField, Integer sortOrder) throws PersistenceNotNullException Creates a new instance of ContentPageLayoutAreaValue- Throws:
PersistenceNotNullException
-
ContentPageLayoutAreaValue
public ContentPageLayoutAreaValue(ContentPageLayoutPK contentPageLayoutPK, ContentPageAreaTypePK contentPageAreaTypePK, Boolean showDescriptionField, Integer sortOrder) throws PersistenceNotNullException Creates a new instance of ContentPageLayoutAreaValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ContentPageLayoutAreaPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ContentPageLayoutAreaPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ContentPageLayoutAreaPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ContentPageLayoutAreaPK>
-
getContentPageLayoutPK
-
setContentPageLayoutPK
public void setContentPageLayoutPK(ContentPageLayoutPK contentPageLayoutPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContentPageLayoutPKHasBeenModified
-
getContentPageAreaTypePK
-
setContentPageAreaTypePK
public void setContentPageAreaTypePK(ContentPageAreaTypePK contentPageAreaTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContentPageAreaTypePKHasBeenModified
-
getShowDescriptionField
-
setShowDescriptionField
public void setShowDescriptionField(Boolean showDescriptionField) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getShowDescriptionFieldHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-