Class PartyDocumentTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.document.common.transfer.PartyDocumentTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPartyDocumentTransfer
(PartyTransfer party, DocumentTransfer document, Boolean isDefault, Integer sortOrder) Creates a new instance of PartyDocumentTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the document.Returns the isDefault.getParty()
Returns the party.Returns the sortOrder.void
setDocument
(DocumentTransfer document) Sets the document.void
setIsDefault
(Boolean isDefault) Sets the isDefault.void
setParty
(PartyTransfer party) Sets the party.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
-
PartyDocumentTransfer
public PartyDocumentTransfer(PartyTransfer party, DocumentTransfer document, Boolean isDefault, Integer sortOrder) Creates a new instance of PartyDocumentTransfer
-
-
Method Details
-
getParty
Returns the party.- Returns:
- the party
-
setParty
Sets the party.- Parameters:
party
- the party to set
-
getDocument
Returns the document.- Returns:
- the document
-
setDocument
Sets the document.- Parameters:
document
- the document 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
-