gpl.fredy.generate
Class TableTreeNodeObject

java.lang.Object
  extended by gpl.fredy.generate.TableTreeNodeObject

public class TableTreeNodeObject
extends java.lang.Object


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

TableTreeNodeObject

public TableTreeNodeObject(java.lang.String t,
                           java.lang.String p)

TableTreeNodeObject

public TableTreeNodeObject(org.jdom.Element e)

TableTreeNodeObject

public TableTreeNodeObject(org.jdom.Namespace ns,
                           org.jdom.Element e)
Method Detail

getTable

public java.lang.String getTable()
Get the value of table.

Returns:
value of table.

setTable

public void setTable(java.lang.String v)
Set the value of table.

Parameters:
v - Value to assign to table.

getPrimaryKey

public java.util.Vector getPrimaryKey()
Get the value of primaryKey.

Returns:
value of primaryKey.

setPrimaryKey

public void setPrimaryKey(java.util.Vector v)
Set the value of primaryKey.

Parameters:
v - Value to assign to primaryKey.

addKey

public void addKey(java.lang.String k)

doPrimaryKey

public void doPrimaryKey(java.lang.String s)

getPK

public java.lang.String getPK()

getElt

public org.jdom.Element getElt()
Get the value of elt.

Returns:
value of elt.

setElt

public void setElt(org.jdom.Element v)
Set the value of elt.

Parameters:
v - Value to assign to elt.

getNs

public org.jdom.Namespace getNs()
Get the value of ns.

Returns:
value of ns.

setNs

public void setNs(org.jdom.Namespace v)
Set the value of ns.

Parameters:
v - Value to assign to ns.