Class ApplicationEditorUseTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.ApplicationEditorUseTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationEditorUseTransfer
(ApplicationTransfer application, String applicationEditorUseName, ApplicationEditorTransfer defaultApplicationEditor, Integer defaultHeight, Integer defaultWidth, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of ApplicationEditorUseTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the application.Returns the applicationEditorUseName.Returns the defaultApplicationEditor.Returns the defaultHeight.Returns the defaultWidth.Returns the description.Returns the isDefault.Returns the sortOrder.void
setApplication
(ApplicationTransfer application) Sets the application.void
setApplicationEditorUseName
(String applicationEditorUseName) Sets the applicationEditorUseName.void
setDefaultApplicationEditor
(ApplicationEditorTransfer defaultApplicationEditor) Sets the defaultApplicationEditor.void
setDefaultHeight
(Integer defaultHeight) Sets the defaultHeight.void
setDefaultWidth
(Integer defaultWidth) Sets the defaultWidth.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
-
ApplicationEditorUseTransfer
public ApplicationEditorUseTransfer(ApplicationTransfer application, String applicationEditorUseName, ApplicationEditorTransfer defaultApplicationEditor, Integer defaultHeight, Integer defaultWidth, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of ApplicationEditorUseTransfer
-
-
Method Details
-
getApplication
Returns the application.- Returns:
- the application
-
setApplication
Sets the application.- Parameters:
application
- the application to set
-
getApplicationEditorUseName
Returns the applicationEditorUseName.- Returns:
- the applicationEditorUseName
-
setApplicationEditorUseName
Sets the applicationEditorUseName.- Parameters:
applicationEditorUseName
- the applicationEditorUseName to set
-
getDefaultApplicationEditor
Returns the defaultApplicationEditor.- Returns:
- the defaultApplicationEditor
-
setDefaultApplicationEditor
Sets the defaultApplicationEditor.- Parameters:
defaultApplicationEditor
- the defaultApplicationEditor 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
-