Class ApplicationEditorTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.ApplicationEditorTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationEditorTransfer
(ApplicationTransfer application, EditorTransfer editor, Boolean isDefault, Integer sortOrder) Creates a new instance of ApplicationEditorTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the application.Returns the editor.Returns the isDefault.Returns the sortOrder.void
setApplication
(ApplicationTransfer application) Sets the application.void
setEditor
(EditorTransfer editor) Sets the editor.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
-
ApplicationEditorTransfer
public ApplicationEditorTransfer(ApplicationTransfer application, EditorTransfer editor, Boolean isDefault, Integer sortOrder) Creates a new instance of ApplicationEditorTransfer
-
-
Method Details
-
getApplication
Returns the application.- Returns:
- the application
-
setApplication
Sets the application.- Parameters:
application
- the application to set
-
getEditor
Returns the editor.- Returns:
- the editor
-
setEditor
Sets the editor.- Parameters:
editor
- the editor 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
-