public class CustomTreeStructure extends BusinessObject
| Modifier and Type | Method and Description |
|---|---|
int |
getCategory1()
Get the first category
|
int |
getCategory2()
Get the second category
|
int |
getCategory3()
Get the third category
|
CustomTreeStructure |
setCategory1(int category1)
Set a new first category
|
CustomTreeStructure |
setCategory2(int category2)
Set a new second category
|
CustomTreeStructure |
setCategory3(int category3)
Set a new third category
|
getId, setTimestamppublic int getCategory1()
public int getCategory2()
public int getCategory3()
public CustomTreeStructure setCategory1(int category1)
category1 - /public CustomTreeStructure setCategory2(int category2)
category2 - /public CustomTreeStructure setCategory3(int category3)
category3 - /