Class IconSetImpl

java.lang.Object
io.keikai.model.impl.IconSetImpl
All Implemented Interfaces:
SIconSet, Serializable

public class IconSetImpl extends Object implements SIconSet, Serializable
Since:
3.8.2
Author:
henri
See Also:
  • Constructor Details

    • IconSetImpl

      public IconSetImpl()
  • Method Details

    • getIconSetName

      public static String getIconSetName(String name, int iconSetId, boolean reverse, List<SCFIcon> cfIcons)
    • getType

      public SIconSet.IconSetType getType()
      Description copied from interface: SIconSet
      Returns the icon set name
      Specified by:
      getType in interface SIconSet
    • setType

      public void setType(SIconSet.IconSetType type)
    • getCFValueObjects

      public List<SCFValueObject> getCFValueObjects()
      Description copied from interface: SIconSet
      Returns the value objects
      Specified by:
      getCFValueObjects in interface SIconSet
    • addValueObject

      public void addValueObject(SCFValueObject vo)
    • isPercent

      public boolean isPercent()
      Description copied from interface: SIconSet
      Returns whether in percent
      Specified by:
      isPercent in interface SIconSet
    • setPercent

      public void setPercent(boolean b)
    • isReverse

      public boolean isReverse()
      Description copied from interface: SIconSet
      Returns whether reverse the order
      Specified by:
      isReverse in interface SIconSet
    • setReverse

      public void setReverse(boolean b)
    • isShowValue

      public boolean isShowValue()
      Description copied from interface: SIconSet
      Returns whether show the value
      Specified by:
      isShowValue in interface SIconSet
    • setShowValue

      public void setShowValue(boolean b)
    • cloneIconSet

      public IconSetImpl cloneIconSet()
    • getCFIcons

      public List<SCFIcon> getCFIcons()
      Description copied from interface: SIconSet
      Returns the CFIcons.
      Specified by:
      getCFIcons in interface SIconSet
    • addCfIcon

      public void addCfIcon(SCFIcon icon)