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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetContentPageAreaTypePK(ContentPageAreaTypePK contentPageAreaTypePK) voidsetContentPageLayoutPK(ContentPageLayoutPK contentPageLayoutPK) voidsetShowDescriptionField(Boolean showDescriptionField) voidsetSortOrder(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:
getBaseFactoryInstancein classBaseValue<ContentPageLayoutAreaPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ContentPageLayoutAreaPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ContentPageLayoutAreaPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-