com.oxymel.ofc.charts.data
Class Category
java.lang.Object
|
+--com.oxymel.ofc.charts.data.Category
- public class Category
- extends java.lang.Object
Manage a category
Constructor Summary |
Category(java.lang.String id,
java.lang.String label)
Constructor |
Method Summary |
java.lang.Object |
clone()
Get a cloned category |
int |
getDisplayNumber()
Get category display number |
java.lang.String |
getId()
Get category Id |
java.lang.String |
getLabel()
Get label |
void |
setDisplayNumber(int displayNumber)
Set category display number |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Category
public Category(java.lang.String id,
java.lang.String label)
- Constructor
- Parameters:
id
- Category Idlabel
- Category label
clone
public java.lang.Object clone()
- Get a cloned category
- Returns:
- a cloned category
getId
public java.lang.String getId()
- Get category Id
- Returns:
- Category Id
getLabel
public java.lang.String getLabel()
- Get label
- Returns:
- Category label
getDisplayNumber
public int getDisplayNumber()
- Get category display number
- Returns:
- Display number
setDisplayNumber
public void setDisplayNumber(int displayNumber)
- Set category display number
- Parameters:
displayNumber
- Category display number
Copyright © 2005 Oxymel SA All Rights Reserved.