|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.torque.engine.database.model.IdMethodParameter
public class IdMethodParameter
Information related to an ID method.
Constructor Summary | |
---|---|
IdMethodParameter()
|
Method Summary | |
---|---|
String |
getName()
Get the parameter name |
Table |
getTable()
Get the parent Table of the id method |
String |
getTableName()
Returns the Name of the table the id method is in |
String |
getValue()
Get the parameter value |
void |
loadFromXML(Attributes attrib)
Imports foreign key from an XML specification |
void |
setName(String name)
Set the parameter name |
void |
setTable(Table parent)
Set the parent Table of the id method |
void |
setValue(String value)
Set the parameter value |
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 |
Constructor Detail |
---|
public IdMethodParameter()
Method Detail |
---|
public void loadFromXML(Attributes attrib)
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public void setTable(Table parent)
public Table getTable()
public String getTableName()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |