Class Category
java.lang.Object
com.independentsoft.office.diagrams.Category
The Class Category.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()longGets the priority.getType()Gets the type.voidsetPriority(long priority)Sets the priority.voidSets the type.toString()
-
Constructor Details
-
Category
public Category()Instantiates a new category.
-
-
Method Details
-
clone
-
toString
-
getType
Gets the type.- Returns:
- the type
-
setType
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
-