Class ComponentVendorResultTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.ComponentVendorResultTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionComponentVendorResultTransfer(String componentVendorName, ComponentVendorTransfer componentVendor) Creates a new instance of ComponentVendorResultTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the componentVendor.Returns the componentVendorName.voidsetComponentVendor(ComponentVendorTransfer componentVendor) Sets the componentVendor.voidsetComponentVendorName(String componentVendorName) Sets the componentVendorName.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
-
ComponentVendorResultTransfer
public ComponentVendorResultTransfer(String componentVendorName, ComponentVendorTransfer componentVendor) Creates a new instance of ComponentVendorResultTransfer
-
-
Method Details
-
getComponentVendorName
Returns the componentVendorName.- Returns:
- the componentVendorName
-
setComponentVendorName
Sets the componentVendorName.- Parameters:
componentVendorName- the componentVendorName to set
-
getComponentVendor
Returns the componentVendor.- Returns:
- the componentVendor
-
setComponentVendor
Sets the componentVendor.- Parameters:
componentVendor- the componentVendor to set
-