Class Category

java.lang.Object
com.independentsoft.office.diagrams.Category

public class Category extends Object
The Class Category.
  • Constructor Details

    • Category

      public Category()
      Instantiates a new category.
  • Method Details

    • clone

      public Category clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getType

      public String getType()
      Gets the type.
      Returns:
      the type
    • setType

      public void setType(String type)
      Sets the type.
      Parameters:
      type - the new type
    • getPriority

      public long getPriority()
      Gets the priority.
      Returns:
      the priority
    • setPriority

      public void setPriority(long priority)
      Sets the priority.
      Parameters:
      priority - the new priority