Class ContentSectionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.content.common.transfer.ContentSectionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContentSectionTransfer
(ContentCollectionTransfer contentCollection, String contentSectionName, ContentSectionTransfer parentContentSection, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of ContentSectionTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the contentCollection.Returns the contentPages.Returns the contentSectionName.Returns the description.Returns the isDefault.Returns the parentContentSection.Returns the sortOrder.void
setContentCollection
(ContentCollectionTransfer contentCollection) Sets the contentCollection.void
setContentPages
(ListWrapper<ContentPageTransfer> contentPages) Sets the contentPages.void
setContentSectionName
(String contentSectionName) Sets the contentSectionName.void
setDescription
(String description) Sets the description.void
setIsDefault
(Boolean isDefault) Sets the isDefault.void
setParentContentSection
(ContentSectionTransfer parentContentSection) Sets the parentContentSection.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
-
ContentSectionTransfer
public ContentSectionTransfer(ContentCollectionTransfer contentCollection, String contentSectionName, ContentSectionTransfer parentContentSection, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of ContentSectionTransfer
-
-
Method Details
-
getContentCollection
Returns the contentCollection.- Returns:
- the contentCollection
-
setContentCollection
Sets the contentCollection.- Parameters:
contentCollection
- the contentCollection to set
-
getContentSectionName
Returns the contentSectionName.- Returns:
- the contentSectionName
-
setContentSectionName
Sets the contentSectionName.- Parameters:
contentSectionName
- the contentSectionName to set
-
getParentContentSection
Returns the parentContentSection.- Returns:
- the parentContentSection
-
setParentContentSection
Sets the parentContentSection.- Parameters:
parentContentSection
- the parentContentSection 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
-
getContentPages
Returns the contentPages.- Returns:
- the contentPages
-
setContentPages
Sets the contentPages.- Parameters:
contentPages
- the contentPages to set
-