gov.noaa.pmel.tmap.db
Class Options

java.lang.Object
  |
  +--gov.noaa.pmel.tmap.db.DbaseObject
        |
        +--gov.noaa.pmel.tmap.db.Options

public class Options
extends DbaseObject

Version:
$Version$
Author:
$Author: kobrien $

Nested Class Summary
 
Nested classes inherited from class gov.noaa.pmel.tmap.db.DbaseObject
DbaseObject.DbaseMap
 
Field Summary
(package private)  boolean escapedHelp
           
(package private)  java.lang.String help
           
(package private)  java.lang.String op
           
(package private)  java.lang.String title
           
(package private)  java.lang.String type
           
 
Fields inherited from class gov.noaa.pmel.tmap.db.DbaseObject
mFields, mSerializable, mTable, oid, OID
 
Constructor Summary
Options()
           
 
Method Summary
 java.lang.String getHelp()
           
 java.lang.String getOp()
          Gets the value of op
 OptionsWidget getOptionsWidget()
           
 java.lang.String getTitle()
           
 java.lang.String getType()
          Gets the value of type
static void main(java.lang.String[] args)
           
 void setHelp(java.lang.String help)
           
 void setOp(java.lang.String argOp)
          Sets the value of op
 void setTitle(java.lang.String title)
           
 void setType(java.lang.String argType)
          Sets the value of type
 
Methods inherited from class gov.noaa.pmel.tmap.db.DbaseObject
addField, addField, convert, deserialize, deserialize, deserialize, deserializeAggregate, deserializeAggregate, deserializeAggregate, deserializeManyToMany, deserializeManyToMany, doDeserializeAggregate, getOid, setup, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

title

java.lang.String title

help

java.lang.String help

type

java.lang.String type

op

java.lang.String op

escapedHelp

boolean escapedHelp
Constructor Detail

Options

public Options()
Method Detail

getTitle

public java.lang.String getTitle()

setTitle

public void setTitle(java.lang.String title)

setHelp

public void setHelp(java.lang.String help)

getHelp

public java.lang.String getHelp()

getType

public java.lang.String getType()
Gets the value of type

Returns:
the value of type

setType

public void setType(java.lang.String argType)
Sets the value of type

Parameters:
argType - Value to assign to this.type

getOp

public java.lang.String getOp()
Gets the value of op

Returns:
the value of op

setOp

public void setOp(java.lang.String argOp)
Sets the value of op

Parameters:
argOp - Value to assign to this.op

getOptionsWidget

public OptionsWidget getOptionsWidget()
                               throws java.sql.SQLException
java.sql.SQLException

main

public static void main(java.lang.String[] args)
                 throws java.sql.SQLException
java.sql.SQLException