object.microarray
Class Nucleic_acid_type

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

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

Description
Nucleic_acid_type Object
Infos : KLB - IPMC - 02/2004

See Also:
Serialized Form

Field Summary
private  java.lang.String ae_ref
          Reference of this Nucleic_acid_type object for ArrayExpress
private  java.lang.String geo_ref
          Reference of this Nucleic_acid_type object for GEO
private  int nucleic_acid_type_id
          ID of this Nucleic_acid_type object
private  java.lang.String nucleic_acid_type_ref
          Reference of this Nucleic_acid_type object
 
Constructor Summary
Nucleic_acid_type()
          Default constructor
Nucleic_acid_type(int nucleic_acid_type_id)
          Constructs a Nucleic_acid_type object from an existing Nucleic_acid_type ID
 
Method Summary
 java.lang.String getAe_ref()
          Reference of this Nucleic_acid_type object for ArrayExpress
 java.lang.String getGeo_ref()
          Reference of this Nucleic_acid_type object for GEO
 int getNucleic_acid_type_id()
          ID of this Nucleic_acid_type object
 java.lang.String getNucleic_acid_type_ref()
          Reference of this Nucleic_acid_type object
 void setAe_ref(java.lang.String ae_ref)
           
 void setGeo_ref(java.lang.String geo_ref)
           
 void setNucleic_acid_type_id(int newNucleic_acid_type_id)
           
 void setNucleic_acid_type_ref(java.lang.String newNucleic_acid_type_ref)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nucleic_acid_type_id

private int nucleic_acid_type_id
ID of this Nucleic_acid_type object


nucleic_acid_type_ref

private java.lang.String nucleic_acid_type_ref
Reference of this Nucleic_acid_type object


ae_ref

private java.lang.String ae_ref
Reference of this Nucleic_acid_type object for ArrayExpress


geo_ref

private java.lang.String geo_ref
Reference of this Nucleic_acid_type object for GEO

Constructor Detail

Nucleic_acid_type

public Nucleic_acid_type()
Default constructor


Nucleic_acid_type

public Nucleic_acid_type(int nucleic_acid_type_id)
Constructs a Nucleic_acid_type object from an existing Nucleic_acid_type ID

Parameters:
nucleic_acid_type_id - ID of existing Nucleic_acid_type Object
Method Detail

getNucleic_acid_type_id

public int getNucleic_acid_type_id()
ID of this Nucleic_acid_type object


setNucleic_acid_type_id

public void setNucleic_acid_type_id(int newNucleic_acid_type_id)

getNucleic_acid_type_ref

public java.lang.String getNucleic_acid_type_ref()
Reference of this Nucleic_acid_type object


setNucleic_acid_type_ref

public void setNucleic_acid_type_ref(java.lang.String newNucleic_acid_type_ref)

getAe_ref

public java.lang.String getAe_ref()
Reference of this Nucleic_acid_type object for ArrayExpress


setAe_ref

public void setAe_ref(java.lang.String ae_ref)

getGeo_ref

public java.lang.String getGeo_ref()
Reference of this Nucleic_acid_type object for GEO


setGeo_ref

public void setGeo_ref(java.lang.String geo_ref)