|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--gov.noaa.pmel.tmap.db.DbaseObject
|
+--gov.noaa.pmel.tmap.db.Constraint
| 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 |
int count
java.lang.String type
java.lang.String label
java.lang.String docurl
| Constructor Detail |
public Constraint()
| Method Detail |
public int getCount()
public java.util.Vector getCountList()
public void setCount(int argCount)
argCount - Value to assign to this.countpublic java.lang.String getType()
public void setType(java.lang.String argType)
argType - Value to assign to this.typepublic java.lang.String getLabel()
public void setLabel(java.lang.String argLabel)
argLabel - Value to assign to this.labelpublic java.lang.String getDocurl()
public void setDocurl(java.lang.String argDocurl)
argDocurl - Value to assign to this.docurl
public java.util.Vector getWidgets()
throws java.sql.SQLException
java.sql.SQLExceptionpublic static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||