object.hts
Class Hts_pipeline_parameter

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

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

Description
Hts_pipeline_parameter Object
Infos : KLB - IPMC - 09/2009

See Also:
Serialized Form

Field Summary
private  java.lang.String description
          description
private  java.lang.String name
          name
private  java.lang.String[] options
          options
private  java.lang.String type
          type
private  java.lang.String value
          value
 
Constructor Summary
Hts_pipeline_parameter()
          Default constructor
Hts_pipeline_parameter(java.lang.String name, java.lang.String type, java.lang.String description, java.lang.String default_value, java.lang.String options)
          Constructs a Hts_pipeline_outfile object
 
Method Summary
 java.lang.String getDescription()
          description
 java.lang.String getName()
          name
 java.lang.String[] getOptions()
          options
 java.lang.String getType()
          type
 java.lang.String getValue()
          value
 void setDescription(java.lang.String description)
           
 void setName(java.lang.String name)
           
 void setOptions(java.lang.String[] options)
           
 void setType(java.lang.String type)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private java.lang.String name
name


type

private java.lang.String type
type


description

private java.lang.String description
description


value

private java.lang.String value
value


options

private java.lang.String[] options
options

Constructor Detail

Hts_pipeline_parameter

public Hts_pipeline_parameter()
Default constructor


Hts_pipeline_parameter

public Hts_pipeline_parameter(java.lang.String name,
                              java.lang.String type,
                              java.lang.String description,
                              java.lang.String default_value,
                              java.lang.String options)
Constructs a Hts_pipeline_outfile object

Method Detail

getName

public java.lang.String getName()
name


setName

public void setName(java.lang.String name)

getType

public java.lang.String getType()
type


setType

public void setType(java.lang.String type)

getDescription

public java.lang.String getDescription()
description


setDescription

public void setDescription(java.lang.String description)

getValue

public java.lang.String getValue()
value


setValue

public void setValue(java.lang.String value)

getOptions

public java.lang.String[] getOptions()
options


setOptions

public void setOptions(java.lang.String[] options)