Class EntityAttributeEntityAttributeGroupTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.EntityAttributeEntityAttributeGroupTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntityAttributeEntityAttributeGroupTransfer(EntityAttributeTransfer entityAttribute, EntityAttributeGroupTransfer entityAttributeGroup, Integer sortOrder) Creates a new instance of EntityAttributeEntityAttributeGroupTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the entityAttribute.Returns the entityAttributeGroup.Returns the sortOrder.voidsetEntityAttribute(EntityAttributeTransfer entityAttribute) Sets the entityAttribute.voidsetEntityAttributeGroup(EntityAttributeGroupTransfer entityAttributeGroup) Sets the entityAttributeGroup.voidsetSortOrder(Integer sortOrder) Sets the sortOrder.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
-
EntityAttributeEntityAttributeGroupTransfer
public EntityAttributeEntityAttributeGroupTransfer(EntityAttributeTransfer entityAttribute, EntityAttributeGroupTransfer entityAttributeGroup, Integer sortOrder) Creates a new instance of EntityAttributeEntityAttributeGroupTransfer
-
-
Method Details
-
getEntityAttribute
Returns the entityAttribute.- Returns:
- the entityAttribute
-
setEntityAttribute
Sets the entityAttribute.- Parameters:
entityAttribute- the entityAttribute to set
-
getEntityAttributeGroup
Returns the entityAttributeGroup.- Returns:
- the entityAttributeGroup
-
setEntityAttributeGroup
Sets the entityAttributeGroup.- Parameters:
entityAttributeGroup- the entityAttributeGroup to set
-
getSortOrder
Returns the sortOrder.- Returns:
- the sortOrder
-
setSortOrder
Sets the sortOrder.- Parameters:
sortOrder- the sortOrder to set
-