Class MobileCardProperties
java.lang.Object
overit.geocallapp.wfm.core.bl.mobilecard.card.MobileCardProperties
- All Implemented Interfaces:
Serializable
Object representing the Mobile Card Properties.
- Since:
- 13.0
- See Also:
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColor()Returns the Color.getIcon()Returns the Icon.Returns the Read Only property.getTitle()Returns the Title.voidSets the Color.voidSets the Icon.voidsetReadOnly(Boolean readOnly) Sets the Read Only property.voidsetTitle(LocalizedString title) Sets the Title.
-
Constructor Details
-
MobileCardProperties
public MobileCardProperties()
-
-
Method Details
-
getTitle
Returns the Title.- Returns:
- the Title
-
setTitle
Sets the Title.- Parameters:
title- the Title
-
getReadOnly
Returns the Read Only property.- Returns:
- the Read Only property
-
setReadOnly
Sets the Read Only property.- Parameters:
readOnly- the Read Only property
-
getColor
Returns the Color.- Returns:
- the Color
-
setColor
Sets the Color.- Parameters:
color- the Color
-
getIcon
Returns the Icon.- Returns:
- the Icon
-
setIcon
Sets the Icon.- Parameters:
icon- the Icon
-