|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgpl.fredy.generate.TableTreeNodeObject
public class TableTreeNodeObject
Constructor Summary | |
---|---|
TableTreeNodeObject(org.jdom.Element e)
|
|
TableTreeNodeObject(org.jdom.Namespace ns,
org.jdom.Element e)
|
|
TableTreeNodeObject(java.lang.String t,
java.lang.String p)
|
Method Summary | |
---|---|
void |
addKey(java.lang.String k)
|
void |
doPrimaryKey(java.lang.String s)
|
org.jdom.Element |
getElt()
Get the value of elt. |
org.jdom.Namespace |
getNs()
Get the value of ns. |
java.lang.String |
getPK()
|
java.util.Vector |
getPrimaryKey()
Get the value of primaryKey. |
java.lang.String |
getTable()
Get the value of table. |
void |
setElt(org.jdom.Element v)
Set the value of elt. |
void |
setNs(org.jdom.Namespace v)
Set the value of ns. |
void |
setPrimaryKey(java.util.Vector v)
Set the value of primaryKey. |
void |
setTable(java.lang.String v)
Set the value of table. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableTreeNodeObject(java.lang.String t, java.lang.String p)
public TableTreeNodeObject(org.jdom.Element e)
public TableTreeNodeObject(org.jdom.Namespace ns, org.jdom.Element e)
Method Detail |
---|
public java.lang.String getTable()
public void setTable(java.lang.String v)
v
- Value to assign to table.public java.util.Vector getPrimaryKey()
public void setPrimaryKey(java.util.Vector v)
v
- Value to assign to primaryKey.public void addKey(java.lang.String k)
public void doPrimaryKey(java.lang.String s)
public java.lang.String getPK()
public org.jdom.Element getElt()
public void setElt(org.jdom.Element v)
v
- Value to assign to elt.public org.jdom.Namespace getNs()
public void setNs(org.jdom.Namespace v)
v
- Value to assign to ns.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |