Class ComponentVendorTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.ComponentVendorTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionComponentVendorTransfer
(String componentVendorName, String description) Creates a new instance of ComponentVendorTransfer -
Method Summary
Modifier and TypeMethodDescriptionboolean
componentVendorName must be present.int
hashCode()
componentVendorName must be present.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
-
ComponentVendorTransfer
Creates a new instance of ComponentVendorTransfer
-
-
Method Details