BioFunctionalDesigner  1.0
 All Classes Functions
Public Member Functions | List of all members
com.sanmixy.model.JSONCheck Class Reference

It is a JSON model class. We create the object with our parameters and return to client or users. More...

Public Member Functions

 JSONCheck (int index)
 The constructor of the class, which will set the index with the value that user offered. More...
 
int getIndex ()
 The getter of index. More...
 
void setIndex (int index)
 The setter of index. More...
 

Detailed Description

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

Constructor & Destructor Documentation

com.sanmixy.model.JSONCheck.JSONCheck ( int  index)

The constructor of the class, which will set the index with the value that user offered.

Parameters
index

Member Function Documentation

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
index

The documentation for this class was generated from the following file: