|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.turbine.torque.engine.database.model.IdMethodParameter
A Class for information related to an id-method
Field Summary | |
private java.lang.String |
name
|
private Table |
parentTable
|
private java.lang.String |
value
|
Constructor Summary | |
IdMethodParameter()
Default Constructor |
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()
String representation of the foreign key. |
Methods inherited from class java.lang.Object |
|
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()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |