object.microarray
Class MageProtocol

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

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

Description
External Arrays produced in others Companies
Infos : KLB - IPMC - 08/2003

See Also:
ArrayLabo, Serialized Form

Field Summary
private  java.lang.String accession
          accession of this MageProtocol Object
private  java.lang.String name
          name of this MageProtocol Object
private  java.lang.String parameters
          parameters of this MageProtocol Object
private  java.lang.String text
          text of this MageProtocol Object
private  java.lang.String type
          type of this MageProtocol Object
 
Constructor Summary
MageProtocol()
          Default constructor
MageProtocol(java.lang.String accession, java.lang.String type, java.lang.String text, java.lang.String name, java.lang.String parameters)
          Constructs an MageProtocol object from severals parameters
 
Method Summary
 java.lang.String getAccession()
          accession of this MageProtocol Object
 java.lang.String getName()
          name of this MageProtocol Object
 java.lang.String getParameters()
          parameters of this MageProtocol Object
 java.lang.String getText()
          text of this MageProtocol Object
 java.lang.String getType()
          type of this MageProtocol Object
 void setAccession(java.lang.String accession)
           
 void setName(java.lang.String name)
           
 void setParameters(java.lang.String parameters)
           
 void setText(java.lang.String text)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

accession

private java.lang.String accession
accession of this MageProtocol Object


type

private java.lang.String type
type of this MageProtocol Object


text

private java.lang.String text
text of this MageProtocol Object


name

private java.lang.String name
name of this MageProtocol Object


parameters

private java.lang.String parameters
parameters of this MageProtocol Object

Constructor Detail

MageProtocol

public MageProtocol()
Default constructor


MageProtocol

public MageProtocol(java.lang.String accession,
                    java.lang.String type,
                    java.lang.String text,
                    java.lang.String name,
                    java.lang.String parameters)
Constructs an MageProtocol object from severals parameters

Parameters:
accession - Accession of this MageProtocol object
type - type of this MageProtocol object
text - text of this MageProtocol object
name - name of this MageProtocol object
parameters - parameters of this MageProtocol object
Method Detail

getAccession

public java.lang.String getAccession()
accession of this MageProtocol Object


setAccession

public void setAccession(java.lang.String accession)

getType

public java.lang.String getType()
type of this MageProtocol Object


setType

public void setType(java.lang.String type)

getText

public java.lang.String getText()
text of this MageProtocol Object


setText

public void setText(java.lang.String text)

getName

public java.lang.String getName()
name of this MageProtocol Object


setName

public void setName(java.lang.String name)

getParameters

public java.lang.String getParameters()
parameters of this MageProtocol Object


setParameters

public void setParameters(java.lang.String parameters)