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

This class is used to describe the relations among five parts. More...

Public Member Functions

int getId ()
 The getter of id. More...
 
void setId (int id)
 The setter of id. More...
 
double getCon ()
 The getter of con. More...
 
void setCon (double con)
 The setter of con. More...
 
Part getFirst ()
 The getter of first part. More...
 
void setFirst (Part first)
 The setter of First part. More...
 
Part getSecond ()
 The getter of second part. More...
 
void setSecond (Part second)
 The setter of second part. More...
 
Part getThird ()
 The getter of third part. More...
 
void setThird (Part third)
 The setter of third part. More...
 
Part getForth ()
 THe getter of Forth part. More...
 
void setForth (Part forth)
 The setter of forth part. More...
 
Part getFifth ()
 The getter of the fifth part. More...
 
void setFifth (Part fifth)
 The setter of the fifth part. More...
 

Detailed Description

This class is used to describe the relations among five parts.

Author
Xia Yu
Version
1.0

Member Function Documentation

double com.sanmixy.model.PentaPartCir.getCon ( )

The getter of con.

Returns
con (double)
Part com.sanmixy.model.PentaPartCir.getFifth ( )

The getter of the fifth part.

Returns
fifth part (Part)
Part com.sanmixy.model.PentaPartCir.getFirst ( )

The getter of first part.

Returns
first part (Part)
Part com.sanmixy.model.PentaPartCir.getForth ( )

THe getter of Forth part.

Returns
forth part(Part)
int com.sanmixy.model.PentaPartCir.getId ( )

The getter of id.

Returns
id (int)
Part com.sanmixy.model.PentaPartCir.getSecond ( )

The getter of second part.

Returns
second part (Part)
Part com.sanmixy.model.PentaPartCir.getThird ( )

The getter of third part.

Returns
third part (Part)
void com.sanmixy.model.PentaPartCir.setCon ( double  con)

The setter of con.

Parameters
con
void com.sanmixy.model.PentaPartCir.setFifth ( Part  fifth)

The setter of the fifth part.

Parameters
fifth
void com.sanmixy.model.PentaPartCir.setFirst ( Part  first)

The setter of First part.

Parameters
first
void com.sanmixy.model.PentaPartCir.setForth ( Part  forth)

The setter of forth part.

Parameters
forth
void com.sanmixy.model.PentaPartCir.setId ( int  id)

The setter of id.

Parameters
id
void com.sanmixy.model.PentaPartCir.setSecond ( Part  second)

The setter of second part.

Parameters
second
void com.sanmixy.model.PentaPartCir.setThird ( Part  third)

The setter of third part.

Parameters
third

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