|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectobject.microarray.Control_type
public class Control_type
Description
Type of Microarray Control allowed in database.
Infos : KLB - IPMC - 08/2005
| Field Summary | |
|---|---|
private int |
control_type_id
ID of Control_type Object |
private java.lang.String |
control_type_ref
Reference of Control_type Object |
| Constructor Summary | |
|---|---|
Control_type()
Default constructor |
|
Control_type(int control_type_id)
Constructs a Control_type object from an Control_type ID |
|
| Method Summary | |
|---|---|
int |
getControl_type_id()
ID of Control_type Object |
java.lang.String |
getControl_type_ref()
Reference of Control_type Object |
void |
setControl_type_id(int control_type_id)
|
void |
setControl_type_ref(java.lang.String control_type_ref)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private int control_type_id
private java.lang.String control_type_ref
| Constructor Detail |
|---|
public Control_type()
public Control_type(int control_type_id)
control_type_id - ID of existing Control_type Object| Method Detail |
|---|
public int getControl_type_id()
public void setControl_type_id(int control_type_id)
public java.lang.String getControl_type_ref()
public void setControl_type_ref(java.lang.String control_type_ref)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||