|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.torque.engine.database.model.IdMethodParameter
Information related to an ID method.
Field Summary | |
private java.lang.String |
name
|
private Table |
parentTable
|
private java.lang.String |
value
|
Constructor Summary | |
IdMethodParameter()
|
Method Summary | |
java.lang.String |
getName()
Get the parameter name |
Table |
getTable()
Get the parent Table of the id method |
java.lang.String |
getTableName()
Returns the Name of the table the id method is in |
java.lang.String |
getValue()
Get the parameter value |
void |
loadFromXML(org.xml.sax.Attributes attrib)
Imports foreign key from an XML specification |
void |
setName(java.lang.String name)
Set the parameter name |
void |
setTable(Table parent)
Set the parent Table of the id method |
void |
setValue(java.lang.String value)
Set the parameter value |
java.lang.String |
toString()
XML representation of the foreign key. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private java.lang.String name
private java.lang.String value
private Table parentTable
Constructor Detail |
public IdMethodParameter()
Method Detail |
public void loadFromXML(org.xml.sax.Attributes attrib)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getValue()
public void setValue(java.lang.String value)
public void setTable(Table parent)
public Table getTable()
public java.lang.String getTableName()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |