Class EntityAttributeResultTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.EntityAttributeResultTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntityAttributeResultTransfer(String componentVendorName, String entityTypeName, String entityAttributeName, EntityAttributeTransfer entityAttribute) Creates a new instance of EntityAttributeResultTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the componentVendorName.Returns the entityAttribute.Returns the entityAttributeName.Returns the entityTypeName.voidsetComponentVendorName(String componentVendorName) Sets the componentVendorName.voidsetEntityAttribute(EntityAttributeTransfer entityAttribute) Sets the entityAttribute.voidsetEntityAttributeName(String entityAttributeName) Sets the entityAttributeName.voidsetEntityTypeName(String entityTypeName) Sets the entityTypeName.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
-
EntityAttributeResultTransfer
public EntityAttributeResultTransfer(String componentVendorName, String entityTypeName, String entityAttributeName, EntityAttributeTransfer entityAttribute) Creates a new instance of EntityAttributeResultTransfer
-
-
Method Details
-
getComponentVendorName
Returns the componentVendorName.- Returns:
- the componentVendorName
-
setComponentVendorName
Sets the componentVendorName.- Parameters:
componentVendorName- the componentVendorName to set
-
getEntityTypeName
Returns the entityTypeName.- Returns:
- the entityTypeName
-
setEntityTypeName
Sets the entityTypeName.- Parameters:
entityTypeName- the entityTypeName to set
-
getEntityAttributeName
Returns the entityAttributeName.- Returns:
- the entityAttributeName
-
setEntityAttributeName
Sets the entityAttributeName.- Parameters:
entityAttributeName- the entityAttributeName to set
-
getEntityAttribute
Returns the entityAttribute.- Returns:
- the entityAttribute
-
setEntityAttribute
Sets the entityAttribute.- Parameters:
entityAttribute- the entityAttribute to set
-