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