Class EntityAttributeGroupTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.EntityAttributeGroupTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntityAttributeGroupTransfer
(String entityAttributeGroupName, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of EntityAttributeGroupTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDescription
(String description) void
setEntityAttributeGroupName
(String entityAttributeGroupName) void
setEntityAttributes
(MapWrapper<EntityAttributeTransfer> entityAttributes) void
setIsDefault
(Boolean isDefault) void
setSortOrder
(Integer 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
-
EntityAttributeGroupTransfer
public EntityAttributeGroupTransfer(String entityAttributeGroupName, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of EntityAttributeGroupTransfer
-
-
Method Details
-
getEntityAttributeGroupName
-
setEntityAttributeGroupName
-
getIsDefault
-
setIsDefault
-
getSortOrder
-
setSortOrder
-
getDescription
-
setDescription
-
getEntityAttributes
-
setEntityAttributes
-