Class EntityNameAttributeTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.EntityNameAttributeTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntityNameAttributeTransfer
(EntityAttributeTransfer entityAttribute, String nameAttribute, EntityInstanceTransfer entityInstance) Creates a new instance of EntityNameAttributeTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoid
setEntityAttribute
(EntityAttributeTransfer entityAttribute) void
setEntityInstance
(EntityInstanceTransfer entityInstance) void
setNameAttribute
(String nameAttribute) Methods inherited from class com.echothree.util.common.transfer.BaseTransfer
addComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setOwnedWorkEfforts, setRatings, setTagScopes
-
Constructor Details
-
EntityNameAttributeTransfer
public EntityNameAttributeTransfer(EntityAttributeTransfer entityAttribute, String nameAttribute, EntityInstanceTransfer entityInstance) Creates a new instance of EntityNameAttributeTransfer
-
-
Method Details
-
getEntityAttribute
-
setEntityAttribute
-
getNameAttribute
-
setNameAttribute
-
getEntityInstance
- Overrides:
getEntityInstance
in classBaseTransfer
-
setEntityInstance
- Overrides:
setEntityInstance
in classBaseTransfer
-