Class ContentPageLayoutAreaTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.content.common.transfer.ContentPageLayoutAreaTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContentPageLayoutAreaTransfer
(ContentPageLayoutTransfer contentPageLayout, ContentPageAreaTypeTransfer contentPageAreaType, Boolean showDescriptionField, Integer sortOrder, String description) Creates a new instance of ContentPageLayoutAreaTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the contentPageAreaType.Returns the contentPageLayout.Returns the description.Returns the showDescriptionField.Returns the sortOrder.void
setContentPageAreaType
(ContentPageAreaTypeTransfer contentPageAreaType) Sets the contentPageAreaType.void
setContentPageLayout
(ContentPageLayoutTransfer contentPageLayout) Sets the contentPageLayout.void
setDescription
(String description) Sets the description.void
setShowDescriptionField
(Boolean showDescriptionField) Sets the showDescriptionField.void
setSortOrder
(Integer sortOrder) Sets the sortOrder.Methods inherited from class com.echothree.util.common.transfer.BaseTransfer
addComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getEntityInstance, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setEntityInstance, setOwnedWorkEfforts, setRatings, setTagScopes
-
Constructor Details
-
ContentPageLayoutAreaTransfer
public ContentPageLayoutAreaTransfer(ContentPageLayoutTransfer contentPageLayout, ContentPageAreaTypeTransfer contentPageAreaType, Boolean showDescriptionField, Integer sortOrder, String description) Creates a new instance of ContentPageLayoutAreaTransfer
-
-
Method Details
-
getContentPageLayout
Returns the contentPageLayout.- Returns:
- the contentPageLayout
-
setContentPageLayout
Sets the contentPageLayout.- Parameters:
contentPageLayout
- the contentPageLayout to set
-
getContentPageAreaType
Returns the contentPageAreaType.- Returns:
- the contentPageAreaType
-
setContentPageAreaType
Sets the contentPageAreaType.- Parameters:
contentPageAreaType
- the contentPageAreaType to set
-
getShowDescriptionField
Returns the showDescriptionField.- Returns:
- the showDescriptionField
-
setShowDescriptionField
Sets the showDescriptionField.- Parameters:
showDescriptionField
- the showDescriptionField to set
-
getSortOrder
Returns the sortOrder.- Returns:
- the sortOrder
-
setSortOrder
Sets the sortOrder.- Parameters:
sortOrder
- the sortOrder to set
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description
- the description to set
-