gov.noaa.pmel.tmap.db
Class Constraint

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

public class Constraint
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)  int count
           
(package private)  java.lang.String docurl
           
(package private)  java.lang.String label
           
(package private)  java.lang.String type
           
 
Fields inherited from class gov.noaa.pmel.tmap.db.DbaseObject
mFields, mSerializable, mTable, oid, OID
 
Constructor Summary
Constraint()
           
 
Method Summary
 int getCount()
          Gets the value of count
 java.util.Vector getCountList()
          Gets a list of integers representing indices of constraints (for Velocity foreach loop)
 java.lang.String getDocurl()
          Gets the value of docurl
 java.lang.String getLabel()
          Gets the value of label
 java.lang.String getType()
          Gets the value of type
 java.util.Vector getWidgets()
           
static void main(java.lang.String[] args)
           
 void setCount(int argCount)
          Sets the value of count
 void setDocurl(java.lang.String argDocurl)
          Sets the value of docurl
 void setLabel(java.lang.String argLabel)
          Sets the value of label
 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

count

int count

type

java.lang.String type

label

java.lang.String label

docurl

java.lang.String docurl
Constructor Detail

Constraint

public Constraint()
Method Detail

getCount

public int getCount()
Gets the value of count

Returns:
the value of count

getCountList

public java.util.Vector getCountList()
Gets a list of integers representing indices of constraints (for Velocity foreach loop)

Returns:
list of integers

setCount

public void setCount(int argCount)
Sets the value of count

Parameters:
argCount - Value to assign to this.count

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

getLabel

public java.lang.String getLabel()
Gets the value of label

Returns:
the value of label

setLabel

public void setLabel(java.lang.String argLabel)
Sets the value of label

Parameters:
argLabel - Value to assign to this.label

getDocurl

public java.lang.String getDocurl()
Gets the value of docurl

Returns:
the value of docurl

setDocurl

public void setDocurl(java.lang.String argDocurl)
Sets the value of docurl

Parameters:
argDocurl - Value to assign to this.docurl

getWidgets

public java.util.Vector getWidgets()
                            throws java.sql.SQLException
java.sql.SQLException

main

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