Class EditorTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.EditorTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEditorTransfer
(String editorName, Boolean hasDimensions, Integer minimumHeight, Integer minimumWidth, Integer maximumHeight, Integer maximumWidth, Integer defaultHeight, Integer defaultWidth, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of EditorTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the defaultHeight.Returns the defaultWidth.Returns the description.Returns the editorName.Returns the hasDimensions.Returns the isDefault.Returns the maximumHeight.Returns the maximumWidth.Returns the minimumHeight.Returns the minimumWidth.Returns the sortOrder.void
setDefaultHeight
(Integer defaultHeight) Sets the defaultHeight.void
setDefaultWidth
(Integer defaultWidth) Sets the defaultWidth.void
setDescription
(String description) Sets the description.void
setEditorName
(String editorName) Sets the editorName.void
setHasDimensions
(Boolean hasDimensions) Sets the hasDimensions.void
setIsDefault
(Boolean isDefault) Sets the isDefault.void
setMaximumHeight
(Integer maximumHeight) Sets the maximumHeight.void
setMaximumWidth
(Integer maximumWidth) Sets the maximumWidth.void
setMinimumHeight
(Integer minimumHeight) Sets the minimumHeight.void
setMinimumWidth
(Integer minimumWidth) Sets the minimumWidth.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
-
EditorTransfer
public EditorTransfer(String editorName, Boolean hasDimensions, Integer minimumHeight, Integer minimumWidth, Integer maximumHeight, Integer maximumWidth, Integer defaultHeight, Integer defaultWidth, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of EditorTransfer
-
-
Method Details
-
getEditorName
Returns the editorName.- Returns:
- the editorName
-
setEditorName
Sets the editorName.- Parameters:
editorName
- the editorName to set
-
getHasDimensions
Returns the hasDimensions.- Returns:
- the hasDimensions
-
setHasDimensions
Sets the hasDimensions.- Parameters:
hasDimensions
- the hasDimensions to set
-
getMinimumHeight
Returns the minimumHeight.- Returns:
- the minimumHeight
-
setMinimumHeight
Sets the minimumHeight.- Parameters:
minimumHeight
- the minimumHeight to set
-
getMinimumWidth
Returns the minimumWidth.- Returns:
- the minimumWidth
-
setMinimumWidth
Sets the minimumWidth.- Parameters:
minimumWidth
- the minimumWidth to set
-
getMaximumHeight
Returns the maximumHeight.- Returns:
- the maximumHeight
-
setMaximumHeight
Sets the maximumHeight.- Parameters:
maximumHeight
- the maximumHeight to set
-
getMaximumWidth
Returns the maximumWidth.- Returns:
- the maximumWidth
-
setMaximumWidth
Sets the maximumWidth.- Parameters:
maximumWidth
- the maximumWidth to set
-
getDefaultHeight
Returns the defaultHeight.- Returns:
- the defaultHeight
-
setDefaultHeight
Sets the defaultHeight.- Parameters:
defaultHeight
- the defaultHeight to set
-
getDefaultWidth
Returns the defaultWidth.- Returns:
- the defaultWidth
-
setDefaultWidth
Sets the defaultWidth.- Parameters:
defaultWidth
- the defaultWidth 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
-