object.hts
Class Hts_quantification

java.lang.Object
  extended by object.hts.Hts_quantification
All Implemented Interfaces:
java.io.Serializable

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

Description
Hts_quantification Object belong to Hts_extraction Object
Infos : KLB - IPMC - 09/2009

See Also:
Serialized Form

Field Summary
private  int hts_quantification_id
          ID of this Hts_quantification object
private  java.lang.String hts_quantification_ref
          Reference of this Hts_quantification object
 
Constructor Summary
Hts_quantification()
          Default constructor
Hts_quantification(int hts_quantification_id)
          Constructs a Hts_quantification object from an existing Hts_quantification ID.
 
Method Summary
 int getHts_quantification_id()
          ID of this Hts_quantification object
 java.lang.String gethts_quantification_ref()
          Reference of this Hts_quantification object
 void setHts_quantification_id(int hts_quantification_id)
           
 void setHts_quantification_ref(java.lang.String hts_quantification_ref)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hts_quantification_id

private int hts_quantification_id
ID of this Hts_quantification object


hts_quantification_ref

private java.lang.String hts_quantification_ref
Reference of this Hts_quantification object

Constructor Detail

Hts_quantification

public Hts_quantification()
Default constructor


Hts_quantification

public Hts_quantification(int hts_quantification_id)
Constructs a Hts_quantification object from an existing Hts_quantification ID.

Parameters:
hts_quantification_id - ID of an existing Hts_quantification Object
Method Detail

getHts_quantification_id

public int getHts_quantification_id()
ID of this Hts_quantification object


setHts_quantification_id

public void setHts_quantification_id(int hts_quantification_id)

gethts_quantification_ref

public java.lang.String gethts_quantification_ref()
Reference of this Hts_quantification object


setHts_quantification_ref

public void setHts_quantification_ref(java.lang.String hts_quantification_ref)