Class ContentPageTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.content.common.transfer.ContentPageTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContentPageTransfer
(ContentSectionTransfer contentSection, String contentPageName, ContentPageLayoutTransfer contentPageLayout, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of ContentPageTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the contentPageAreas.Returns the contentPageLayout.Returns the contentPageName.Returns the contentSection.Returns the description.Returns the isDefault.Returns the sortOrder.void
setContentPageAreas
(MapWrapper<ContentPageAreaTransfer> contentPageAreas) Sets the contentPageAreas.void
setContentPageLayout
(ContentPageLayoutTransfer contentPageLayout) Sets the contentPageLayout.void
setContentPageName
(String contentPageName) Sets the contentPageName.void
setContentSection
(ContentSectionTransfer contentSection) Sets the contentSection.void
setDescription
(String description) Sets the description.void
setIsDefault
(Boolean isDefault) Sets the isDefault.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
-
ContentPageTransfer
public ContentPageTransfer(ContentSectionTransfer contentSection, String contentPageName, ContentPageLayoutTransfer contentPageLayout, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of ContentPageTransfer
-
-
Method Details
-
getContentSection
Returns the contentSection.- Returns:
- the contentSection
-
setContentSection
Sets the contentSection.- Parameters:
contentSection
- the contentSection to set
-
getContentPageName
Returns the contentPageName.- Returns:
- the contentPageName
-
setContentPageName
Sets the contentPageName.- Parameters:
contentPageName
- the contentPageName to set
-
getContentPageLayout
Returns the contentPageLayout.- Returns:
- the contentPageLayout
-
setContentPageLayout
Sets the contentPageLayout.- Parameters:
contentPageLayout
- the contentPageLayout to set
-
getIsDefault
Returns the isDefault.- Returns:
- the isDefault
-
setIsDefault
Sets the isDefault.- Parameters:
isDefault
- the isDefault 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
-
getContentPageAreas
Returns the contentPageAreas.- Returns:
- the contentPageAreas
-
setContentPageAreas
Sets the contentPageAreas.- Parameters:
contentPageAreas
- the contentPageAreas to set
-