Class AssociateTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.associate.common.transfer.AssociateTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAssociateTransfer
(AssociateProgramTransfer associateProgram, String associateName, PartyTransfer party, String description, MimeTypeTransfer summaryMimeType, String summary) Creates a new instance of AssociateTransfer -
Method Summary
Modifier and TypeMethodDescriptiongetParty()
void
setAssociateName
(String associateName) void
setAssociateProgram
(AssociateProgramTransfer associateProgram) void
setDescription
(String description) void
setParty
(PartyTransfer party) void
setSummary
(String summary) void
setSummaryMimeType
(MimeTypeTransfer summaryMimeType) 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
-
AssociateTransfer
public AssociateTransfer(AssociateProgramTransfer associateProgram, String associateName, PartyTransfer party, String description, MimeTypeTransfer summaryMimeType, String summary) Creates a new instance of AssociateTransfer
-
-
Method Details
-
getAssociateProgram
-
setAssociateProgram
-
getAssociateName
-
setAssociateName
-
getParty
-
setParty
-
getDescription
-
setDescription
-
getSummaryMimeType
-
setSummaryMimeType
-
getSummary
-
setSummary
-