Class EntityAttributeGroupDescriptionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.EntityAttributeGroupDescriptionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntityAttributeGroupDescriptionTransfer
(LanguageTransfer language, EntityAttributeGroupTransfer entityAttributeGroup, String description) Creates a new instance of EntityAttributeGroupDescriptionTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDescription
(String description) void
setEntityAttributeGroup
(EntityAttributeGroupTransfer entityAttributeGroup) void
setLanguage
(LanguageTransfer language) 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
-
EntityAttributeGroupDescriptionTransfer
public EntityAttributeGroupDescriptionTransfer(LanguageTransfer language, EntityAttributeGroupTransfer entityAttributeGroup, String description) Creates a new instance of EntityAttributeGroupDescriptionTransfer
-
-
Method Details
-
getLanguage
-
setLanguage
-
getEntityAttributeGroup
-
setEntityAttributeGroup
-
getDescription
-
setDescription
-