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

The Twins class is used to store the twin parts of a base part. More...

Public Member Functions

int getId ()
 The getter of id. More...
 
void setId (int id)
 The setter of id. More...
 
Part getBasePart ()
 The getter of the base part. More...
 
void setBasePart (Part basePart)
 The setter of the base part. More...
 
Part getTwinPart ()
 The getter of the twin part. More...
 
void setTwinPart (Part twinPart)
 The setter of the twin part. More...
 

Detailed Description

The Twins class is used to store the twin parts of a base part.

Author
Xia Yu
Version
1.0

Member Function Documentation

Part com.sanmixy.model.Twins.getBasePart ( )

The getter of the base part.

Returns
basepart (Part)
int com.sanmixy.model.Twins.getId ( )

The getter of id.

Returns
id(int)
Part com.sanmixy.model.Twins.getTwinPart ( )

The getter of the twin part.

Returns
twinpart (Part)
void com.sanmixy.model.Twins.setBasePart ( Part  basePart)

The setter of the base part.

Parameters
basePart
void com.sanmixy.model.Twins.setId ( int  id)

The setter of id.

Parameters
id
void com.sanmixy.model.Twins.setTwinPart ( Part  twinPart)

The setter of the twin part.

Parameters
twinPart

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