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... | |
This class is used to describe the relations among five parts.
double com.sanmixy.model.PentaPartCir.getCon | ( | ) |
The getter of con.
Part com.sanmixy.model.PentaPartCir.getFifth | ( | ) |
The getter of the fifth part.
Part com.sanmixy.model.PentaPartCir.getForth | ( | ) |
THe getter of Forth part.
int com.sanmixy.model.PentaPartCir.getId | ( | ) |
The getter of id.
Part com.sanmixy.model.PentaPartCir.getSecond | ( | ) |
The getter of second part.
void com.sanmixy.model.PentaPartCir.setCon | ( | double | con) |
The setter of con.
con |
void com.sanmixy.model.PentaPartCir.setFifth | ( | Part | fifth) |
The setter of the fifth part.
fifth |
void com.sanmixy.model.PentaPartCir.setFirst | ( | Part | first) |
The setter of First part.
first |
void com.sanmixy.model.PentaPartCir.setForth | ( | Part | forth) |
The setter of forth part.
forth |
void com.sanmixy.model.PentaPartCir.setId | ( | int | id) |
The setter of id.
id |
void com.sanmixy.model.PentaPartCir.setSecond | ( | Part | second) |
The setter of second part.
second |
void com.sanmixy.model.PentaPartCir.setThird | ( | Part | third) |
The setter of third part.
third |