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

It is a JSON model class. We create it with our parameters, and return to users and client with the information of device. More...

Public Member Functions

int getPartID ()
 The getter of partID. More...
 
String getPartName ()
 The getter of part name. More...
 
String getType ()
 The getter of type. More...
 
String getPartUrl ()
 The getter of part url. More...
 
void setPartID (int partID)
 The setter of part id. More...
 
void setPartName (String partName)
 The setter of part name. More...
 
void setType (String type)
 The setter of type. More...
 
void setPartUrl (String partUrl)
 The setter a part url. More...
 
String getPart_seq ()
 The getter of part_seq. More...
 
void setPart_seq (String part_seq)
 The setter of part_seq. More...
 

Detailed Description

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

Member Function Documentation

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
part_seq
void com.sanmixy.model.JSONDevice.setPartID ( int  partID)

The setter of part id.

Parameters
partID
void com.sanmixy.model.JSONDevice.setPartName ( String  partName)

The setter of part name.

Parameters
partName
void com.sanmixy.model.JSONDevice.setPartUrl ( String  partUrl)

The setter a part url.

Parameters
partUrl
void com.sanmixy.model.JSONDevice.setType ( String  type)

The setter of type.

Parameters
type

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