object.common
Class Commande

java.lang.Object
  extended by object.common.Commande
All Implemented Interfaces:
java.io.Serializable

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

Description
Commande object represent an order of Oligonucleotides.
Infos : KLB - IPMC - 01/2004

See Also:
Serialized Form

Field Summary
private  int commande_id
          ID of Commande object
private  java.lang.String commande_ref
          Reference of Commande object
private  java.lang.String image
          Name of image describing the Commande object when seeing Oligos description
 
Constructor Summary
Commande()
          Default constructor
Commande(int commande_id)
          Constructs a Commande object from Commande ID
 
Method Summary
 int getCommande_id()
          ID of Commande object
 java.lang.String getCommande_ref()
          Reference of Commande object
 java.lang.String getImage()
          Name of image describing the Commande object when seeing Oligos description
 void setCommande_id(int commande_id)
           
 void setCommande_ref(java.lang.String commande_ref)
           
 void setImage(java.lang.String image)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

commande_id

private int commande_id
ID of Commande object


commande_ref

private java.lang.String commande_ref
Reference of Commande object


image

private java.lang.String image
Name of image describing the Commande object when seeing Oligos description

Constructor Detail

Commande

public Commande()
Default constructor


Commande

public Commande(int commande_id)
Constructs a Commande object from Commande ID

Parameters:
commande_id - ID of existing Commande Object
Method Detail

getCommande_id

public int getCommande_id()
ID of Commande object


setCommande_id

public void setCommande_id(int commande_id)

getCommande_ref

public java.lang.String getCommande_ref()
Reference of Commande object


setCommande_ref

public void setCommande_ref(java.lang.String commande_ref)

getImage

public java.lang.String getImage()
Name of image describing the Commande object when seeing Oligos description


setImage

public void setImage(java.lang.String image)