|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectobject.hts.Hts_pipeline
public class Hts_pipeline
Description
Hts_pipeline Object
Infos : KLB - IPMC - 09/2009
| Field Summary | |
|---|---|
private java.util.Hashtable |
hashOutFile
|
private java.util.Hashtable |
hashParameter
|
private int |
hts_pipeline_id
ID of this Hts_pipeline object |
private java.lang.String |
hts_pipeline_ref
Reference of this Hts_pipeline object |
private java.lang.String |
hts_pipeline_type
Type of this Hts_pipeline object |
private Hts_type |
hts_type
Hts_type of this Hts_pipeline object |
private java.util.Vector |
vectOrderedNames
|
| Constructor Summary | |
|---|---|
Hts_pipeline()
Default constructor |
|
Hts_pipeline(int hts_pipeline_id)
Constructs a Hts_pipeline object from an existing Hts_pipeline ID |
|
| Method Summary | |
|---|---|
java.util.Hashtable |
getHashOutFile()
hashOutFile |
java.util.Hashtable |
getHashParameter()
hashParameter |
int |
getHts_pipeline_id()
ID of this Hts_pipeline object |
java.lang.String |
getHts_pipeline_ref()
Reference of this Hts_pipeline object |
java.lang.String |
getHts_pipeline_type()
Type of this Hts_pipeline object |
Hts_type |
getHts_type()
Hts_type of this Hts_pipeline object |
java.util.Vector |
getVectOrderedNames()
vectOrderedNames |
void |
setHashOutFile(java.util.Hashtable hashOutFile)
|
void |
setHashParameter(java.util.Hashtable hashParameter)
|
void |
setHts_pipeline_id(int hts_pipeline_id)
|
void |
setHts_pipeline_ref(java.lang.String hts_pipeline_ref)
|
void |
setHts_pipeline_type(java.lang.String hts_pipeline_type)
|
void |
setHts_type(Hts_type hts_type)
|
void |
setVectOrderedNames(java.util.Vector vectOrderedNames)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private int hts_pipeline_id
private java.lang.String hts_pipeline_ref
private Hts_type hts_type
private java.lang.String hts_pipeline_type
private java.util.Vector vectOrderedNames
private java.util.Hashtable hashOutFile
private java.util.Hashtable hashParameter
| Constructor Detail |
|---|
public Hts_pipeline()
public Hts_pipeline(int hts_pipeline_id)
hts_pipeline_id - ID of existing Hts_pipeline Object| Method Detail |
|---|
public int getHts_pipeline_id()
public void setHts_pipeline_id(int hts_pipeline_id)
public java.lang.String getHts_pipeline_ref()
public void setHts_pipeline_ref(java.lang.String hts_pipeline_ref)
public Hts_type getHts_type()
public void setHts_type(Hts_type hts_type)
public java.util.Vector getVectOrderedNames()
public void setVectOrderedNames(java.util.Vector vectOrderedNames)
public java.util.Hashtable getHashOutFile()
public void setHashOutFile(java.util.Hashtable hashOutFile)
public java.util.Hashtable getHashParameter()
public void setHashParameter(java.util.Hashtable hashParameter)
public java.lang.String getHts_pipeline_type()
public void setHts_pipeline_type(java.lang.String hts_pipeline_type)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||