Class EntityStringAttributeTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.EntityStringAttributeTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntityStringAttributeTransfer(EntityAttributeTransfer entityAttribute, EntityInstanceTransfer entityInstance, LanguageTransfer language, String stringAttribute) Creates a new instance of EntityStringAttributeTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoidsetEntityAttribute(EntityAttributeTransfer entityAttribute) voidsetEntityInstance(EntityInstanceTransfer entityInstance) voidsetLanguage(LanguageTransfer language) voidsetStringAttribute(String stringAttribute) 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
-
EntityStringAttributeTransfer
public EntityStringAttributeTransfer(EntityAttributeTransfer entityAttribute, EntityInstanceTransfer entityInstance, LanguageTransfer language, String stringAttribute) Creates a new instance of EntityStringAttributeTransfer
-
-
Method Details
-
getEntityAttribute
-
setEntityAttribute
-
getEntityInstance
- Overrides:
getEntityInstancein classBaseTransfer
-
setEntityInstance
- Overrides:
setEntityInstancein classBaseTransfer
-
getLanguage
-
setLanguage
-
getStringAttribute
-
setStringAttribute
-