object.microarray
Class Control_type

java.lang.Object
  extended by object.microarray.Control_type
All Implemented Interfaces:
java.io.Serializable

public class Control_type
extends java.lang.Object
implements java.io.Serializable

Description
Type of Microarray Control allowed in database.
Infos : KLB - IPMC - 08/2005

See Also:
Serialized Form

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

control_type_id

private int control_type_id
ID of Control_type Object


control_type_ref

private java.lang.String control_type_ref
Reference of Control_type Object

Constructor Detail

Control_type

public Control_type()
Default constructor


Control_type

public Control_type(int control_type_id)
Constructs a Control_type object from an Control_type ID

Parameters:
control_type_id - ID of existing Control_type Object
Method Detail

getControl_type_id

public int getControl_type_id()
ID of Control_type Object


setControl_type_id

public void setControl_type_id(int control_type_id)

getControl_type_ref

public java.lang.String getControl_type_ref()
Reference of Control_type Object


setControl_type_ref

public void setControl_type_ref(java.lang.String control_type_ref)