Class EntityAttributeGroupResultTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.EntityAttributeGroupResultTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntityAttributeGroupResultTransfer(String entityAttributeGroupName, EntityAttributeGroupTransfer entityAttributeGroup) Creates a new instance of EntityAttributeGroupResultTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the entityAttributeGroup.Returns the entityAttributeGroupName.voidsetEntityAttributeGroup(EntityAttributeGroupTransfer entityAttributeGroup) Sets the entityAttributeGroup.voidsetEntityAttributeGroupName(String entityAttributeGroupName) Sets the entityAttributeGroupName.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
-
EntityAttributeGroupResultTransfer
public EntityAttributeGroupResultTransfer(String entityAttributeGroupName, EntityAttributeGroupTransfer entityAttributeGroup) Creates a new instance of EntityAttributeGroupResultTransfer
-
-
Method Details
-
getEntityAttributeGroupName
Returns the entityAttributeGroupName.- Returns:
- the entityAttributeGroupName
-
setEntityAttributeGroupName
Sets the entityAttributeGroupName.- Parameters:
entityAttributeGroupName- the entityAttributeGroupName to set
-
getEntityAttributeGroup
Returns the entityAttributeGroup.- Returns:
- the entityAttributeGroup
-
setEntityAttributeGroup
Sets the entityAttributeGroup.- Parameters:
entityAttributeGroup- the entityAttributeGroup to set
-