Class AppearanceTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.AppearanceTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAppearanceTransfer
(String appearanceName, ColorTransfer textColor, ColorTransfer backgroundColor, FontStyleTransfer fontStyle, FontWeightTransfer fontWeight, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of AppearanceTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the appearanceName.Returns the appearanceTextDecorations.Returns the appearanceTextTransformations.Returns the backgroundColor.Returns the description.Returns the fontStyle.Returns the fontWeight.Returns the isDefault.Returns the sortOrder.Returns the textColor.void
setAppearanceName
(String appearanceName) Sets the appearanceName.void
setAppearanceTextDecorations
(ListWrapper<AppearanceTextDecorationTransfer> appearanceTextDecorations) Sets the appearanceTextDecorations.void
setAppearanceTextTransformations
(ListWrapper<AppearanceTextTransformationTransfer> appearanceTextTransformations) Sets the appearanceTextTransformations.void
setBackgroundColor
(ColorTransfer backgroundColor) Sets the backgroundColor.void
setDescription
(String description) Sets the description.void
setFontStyle
(FontStyleTransfer fontStyle) Sets the fontStyle.void
setFontWeight
(FontWeightTransfer fontWeight) Sets the fontWeight.void
setIsDefault
(Boolean isDefault) Sets the isDefault.void
setSortOrder
(Integer sortOrder) Sets the sortOrder.void
setTextColor
(ColorTransfer textColor) Sets the textColor.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
-
AppearanceTransfer
public AppearanceTransfer(String appearanceName, ColorTransfer textColor, ColorTransfer backgroundColor, FontStyleTransfer fontStyle, FontWeightTransfer fontWeight, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of AppearanceTransfer
-
-
Method Details
-
getAppearanceName
Returns the appearanceName.- Returns:
- the appearanceName
-
setAppearanceName
Sets the appearanceName.- Parameters:
appearanceName
- the appearanceName to set
-
getTextColor
Returns the textColor.- Returns:
- the textColor
-
setTextColor
Sets the textColor.- Parameters:
textColor
- the textColor to set
-
getBackgroundColor
Returns the backgroundColor.- Returns:
- the backgroundColor
-
setBackgroundColor
Sets the backgroundColor.- Parameters:
backgroundColor
- the backgroundColor to set
-
getFontStyle
Returns the fontStyle.- Returns:
- the fontStyle
-
setFontStyle
Sets the fontStyle.- Parameters:
fontStyle
- the fontStyle to set
-
getFontWeight
Returns the fontWeight.- Returns:
- the fontWeight
-
setFontWeight
Sets the fontWeight.- Parameters:
fontWeight
- the fontWeight to set
-
getIsDefault
Returns the isDefault.- Returns:
- the isDefault
-
setIsDefault
Sets the isDefault.- Parameters:
isDefault
- the isDefault to set
-
getSortOrder
Returns the sortOrder.- Returns:
- the sortOrder
-
setSortOrder
Sets the sortOrder.- Parameters:
sortOrder
- the sortOrder to set
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description
- the description to set
-
getAppearanceTextDecorations
Returns the appearanceTextDecorations.- Returns:
- the appearanceTextDecorations
-
setAppearanceTextDecorations
public void setAppearanceTextDecorations(ListWrapper<AppearanceTextDecorationTransfer> appearanceTextDecorations) Sets the appearanceTextDecorations.- Parameters:
appearanceTextDecorations
- the appearanceTextDecorations to set
-
getAppearanceTextTransformations
Returns the appearanceTextTransformations.- Returns:
- the appearanceTextTransformations
-
setAppearanceTextTransformations
public void setAppearanceTextTransformations(ListWrapper<AppearanceTextTransformationTransfer> appearanceTextTransformations) Sets the appearanceTextTransformations.- Parameters:
appearanceTextTransformations
- the appearanceTextTransformations to set
-