Class PaletteCategory.Descriptor

java.lang.Object
com.appiancorp.suiteapi.common.Identity
com.appiancorp.suiteapi.process.PaletteCategory.Descriptor
All Implemented Interfaces:
LocalId, Serializable
Enclosing class:
PaletteCategory

public static class PaletteCategory.Descriptor extends Identity
A descriptive object that can be used by the UI
See Also:
  • Constructor Details

    • Descriptor

      public Descriptor()
  • Method Details

    • getDescription

      public String getDescription()
      Returns the description of the palette
      Returns:
      the description of the palette
    • setDescription

      public void setDescription(String description_)
      Sets the description of the palette category
      Parameters:
      description_ - a description of the palette category
    • getNumChildren

      public int getNumChildren()
      Returns the number of children the palette category contains
      Returns:
      the number of children of the palette category
    • setNumChildren

      public void setNumChildren(int i_)
      Sets the number of children the palette category contains
      Parameters:
      i_ - the number of children the palette category contains
    • getNumPalettes

      public int getNumPalettes()
      Returns the number of palettes the palette category contains
      Returns:
      the number of palettes the palette category contains
    • setNumPalettes

      public void setNumPalettes(int i_)
      Sets the number of palettes the palette category contains
      Parameters:
      i_ - the number of palettes the palette category contains
    • toXML

      public void toXML(StringBuffer buffer_)
      Not yet implemented
      Parameters:
      buffer_ - not used