It is a JSON model class. We create it with our parameters, and return to users and client with the information of device.
More...
It is a JSON model class. We create it with our parameters, and return to users and client with the information of device.
- Author
- Xia Yu
- Version
- 1.0
String com.sanmixy.model.JSONDevice.getPart_seq |
( |
) | |
|
The getter of part_seq.
- Returns
- part_seq(String)
int com.sanmixy.model.JSONDevice.getPartID |
( |
) | |
|
The getter of partID.
- Returns
- partID(int)
String com.sanmixy.model.JSONDevice.getPartName |
( |
) | |
|
The getter of part name.
- Returns
- part name (String)
String com.sanmixy.model.JSONDevice.getPartUrl |
( |
) | |
|
The getter of part url.
- Returns
- partUrl(String)
String com.sanmixy.model.JSONDevice.getType |
( |
) | |
|
The getter of type.
- Returns
- type(String)
void com.sanmixy.model.JSONDevice.setPart_seq |
( |
String |
part_seq) | |
|
The setter of part_seq.
- Parameters
-
void com.sanmixy.model.JSONDevice.setPartID |
( |
int |
partID) | |
|
The setter of part id.
- Parameters
-
void com.sanmixy.model.JSONDevice.setPartName |
( |
String |
partName) | |
|
The setter of part name.
- Parameters
-
void com.sanmixy.model.JSONDevice.setPartUrl |
( |
String |
partUrl) | |
|
The setter a part url.
- Parameters
-
void com.sanmixy.model.JSONDevice.setType |
( |
String |
type) | |
|
The setter of type.
- Parameters
-
The documentation for this class was generated from the following file:
- BioFunctionalDesigner/src/com/sanmixy/model/JSONDevice.java