Class AppearanceTextTransformationTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.AppearanceTextTransformationTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAppearanceTextTransformationTransfer
(AppearanceTransfer appearance, TextTransformationTransfer textTransformation) Creates a new instance of AppearanceTextTransformationTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the appearance.Returns the textTransformation.void
setAppearance
(AppearanceTransfer appearance) Sets the appearance.void
setTextTransformation
(TextTransformationTransfer textTransformation) Sets the textTransformation.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
-
AppearanceTextTransformationTransfer
public AppearanceTextTransformationTransfer(AppearanceTransfer appearance, TextTransformationTransfer textTransformation) Creates a new instance of AppearanceTextTransformationTransfer
-
-
Method Details
-
getAppearance
Returns the appearance.- Returns:
- the appearance
-
setAppearance
Sets the appearance.- Parameters:
appearance
- the appearance to set
-
getTextTransformation
Returns the textTransformation.- Returns:
- the textTransformation
-
setTextTransformation
Sets the textTransformation.- Parameters:
textTransformation
- the textTransformation to set
-