It is a JSON model class. We create the object with our parameters and return to client or users.
More...
It is a JSON model class. We create the object with our parameters and return to client or users.
- Author
- Xia Yu
- Version
- 1.0
com.sanmixy.model.JSONCheck.JSONCheck |
( |
int |
index) | |
|
The constructor of the class, which will set the index with the value that user offered.
- Parameters
-
int com.sanmixy.model.JSONCheck.getIndex |
( |
) | |
|
The getter of index.
- Returns
- index(int)
void com.sanmixy.model.JSONCheck.setIndex |
( |
int |
index) | |
|
The setter of index.
- Parameters
-
The documentation for this class was generated from the following file:
- BioFunctionalDesigner/src/com/sanmixy/model/JSONCheck.java