object.hts
Class Hts_extraction

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

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

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

See Also:
Serialized Form

Field Summary
private  int hts_extraction_id
          ID of this Hts_extraction object
private  java.lang.String hts_extraction_ref
          Reference of this Hts_extraction object
 
Constructor Summary
Hts_extraction()
          Default constructor
Hts_extraction(int hts_extraction_id)
          Constructs a Hts_extraction object from an existing Hts_extraction ID.
 
Method Summary
 int getHts_extraction_id()
          ID of this Hts_extraction object
 java.lang.String gethts_extraction_ref()
          Reference of this Hts_extraction object
 void setHts_extraction_id(int hts_extraction_id)
           
 void setHts_extraction_ref(java.lang.String hts_extraction_ref)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hts_extraction_id

private int hts_extraction_id
ID of this Hts_extraction object


hts_extraction_ref

private java.lang.String hts_extraction_ref
Reference of this Hts_extraction object

Constructor Detail

Hts_extraction

public Hts_extraction()
Default constructor


Hts_extraction

public Hts_extraction(int hts_extraction_id)
Constructs a Hts_extraction object from an existing Hts_extraction ID.

Parameters:
hts_extraction_id - ID of an existing Hts_extraction Object
Method Detail

getHts_extraction_id

public int getHts_extraction_id()
ID of this Hts_extraction object


setHts_extraction_id

public void setHts_extraction_id(int hts_extraction_id)

gethts_extraction_ref

public java.lang.String gethts_extraction_ref()
Reference of this Hts_extraction object


setHts_extraction_ref

public void setHts_extraction_ref(java.lang.String hts_extraction_ref)