object.microarray
Class Microarray_type

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

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

Description
MicroarrayType Object
Infos : KLB - IPMC - 01/2004

See Also:
Serialized Form

Field Summary
private  int microarray_type_id
          ID of Microarray_type object
private  java.lang.String microarray_type_ref
          Name of the Microarray_type Object
 
Constructor Summary
Microarray_type()
          Default constructor
Microarray_type(int microarray_type_id)
          Constructs a Microarray_type object from Microarray_type ID
 
Method Summary
 int getMicroarray_type_id()
          ID of Microarray_type object
 java.lang.String getMicroarray_type_ref()
          Name of the Microarray_type Object
 void setMicroarray_type_id(int microarray_type_id)
           
 void setMicroarray_type_ref(java.lang.String microarray_type_ref)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

microarray_type_id

private int microarray_type_id
ID of Microarray_type object


microarray_type_ref

private java.lang.String microarray_type_ref
Name of the Microarray_type Object

Constructor Detail

Microarray_type

public Microarray_type()
Default constructor


Microarray_type

public Microarray_type(int microarray_type_id)
Constructs a Microarray_type object from Microarray_type ID

Parameters:
microarray_type_id - ID of existing Microarray_type
Method Detail

getMicroarray_type_id

public int getMicroarray_type_id()
ID of Microarray_type object


setMicroarray_type_id

public void setMicroarray_type_id(int microarray_type_id)

getMicroarray_type_ref

public java.lang.String getMicroarray_type_ref()
Name of the Microarray_type Object


setMicroarray_type_ref

public void setMicroarray_type_ref(java.lang.String microarray_type_ref)