Class MobileCardProperties

java.lang.Object
overit.geocallapp.wfm.core.bl.mobilecard.card.MobileCardProperties
All Implemented Interfaces:
Serializable

public class MobileCardProperties extends Object implements Serializable
Object representing the Mobile Card Properties.
Since:
13.0
See Also:
GCApi:
bo
  • Constructor Details

    • MobileCardProperties

      public MobileCardProperties()
  • Method Details

    • getTitle

      public LocalizedString getTitle()
      Returns the Title.
      Returns:
      the Title
    • setTitle

      public void setTitle(LocalizedString title)
      Sets the Title.
      Parameters:
      title - the Title
    • getReadOnly

      public Boolean getReadOnly()
      Returns the Read Only property.
      Returns:
      the Read Only property
    • setReadOnly

      public void setReadOnly(Boolean readOnly)
      Sets the Read Only property.
      Parameters:
      readOnly - the Read Only property
    • getColor

      public String getColor()
      Returns the Color.
      Returns:
      the Color
    • setColor

      public void setColor(String color)
      Sets the Color.
      Parameters:
      color - the Color
    • getIcon

      public String getIcon()
      Returns the Icon.
      Returns:
      the Icon
    • setIcon

      public void setIcon(String icon)
      Sets the Icon.
      Parameters:
      icon - the Icon