Class PartyApplicationEditorUseTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.PartyApplicationEditorUseTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPartyApplicationEditorUseTransfer
(PartyTransfer party, ApplicationEditorUseTransfer applicationEditorUse, ApplicationEditorTransfer applicationEditor, Integer preferredHeight, Integer preferredWidth) Creates a new instance of PartyApplicationEditorUseTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the applicationEditor.Returns the applicationEditorUse.getParty()
Returns the party.Returns the preferredHeight.Returns the preferredWidth.void
setApplicationEditor
(ApplicationEditorTransfer applicationEditor) Sets the applicationEditor.void
setApplicationEditorUse
(ApplicationEditorUseTransfer applicationEditorUse) Sets the applicationEditorUse.void
setParty
(PartyTransfer party) Sets the party.void
setPreferredHeight
(Integer preferredHeight) Sets the preferredHeight.void
setPreferredWidth
(Integer preferredWidth) Sets the preferredWidth.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
-
PartyApplicationEditorUseTransfer
public PartyApplicationEditorUseTransfer(PartyTransfer party, ApplicationEditorUseTransfer applicationEditorUse, ApplicationEditorTransfer applicationEditor, Integer preferredHeight, Integer preferredWidth) Creates a new instance of PartyApplicationEditorUseTransfer
-
-
Method Details
-
getParty
Returns the party.- Returns:
- the party
-
setParty
Sets the party.- Parameters:
party
- the party to set
-
getApplicationEditorUse
Returns the applicationEditorUse.- Returns:
- the applicationEditorUse
-
setApplicationEditorUse
Sets the applicationEditorUse.- Parameters:
applicationEditorUse
- the applicationEditorUse to set
-
getApplicationEditor
Returns the applicationEditor.- Returns:
- the applicationEditor
-
setApplicationEditor
Sets the applicationEditor.- Parameters:
applicationEditor
- the applicationEditor to set
-
getPreferredHeight
Returns the preferredHeight.- Returns:
- the preferredHeight
-
setPreferredHeight
Sets the preferredHeight.- Parameters:
preferredHeight
- the preferredHeight to set
-
getPreferredWidth
Returns the preferredWidth.- Returns:
- the preferredWidth
-
setPreferredWidth
Sets the preferredWidth.- Parameters:
preferredWidth
- the preferredWidth to set
-