|
||||||||||
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.Inheritance
A Class for information regarding possible objects representing a table
Field Summary | |
private java.lang.String |
ancestor
Deprecated. |
private java.lang.String |
className
Deprecated. |
private java.lang.String |
key
Deprecated. |
private Column |
parent
Deprecated. |
Constructor Summary | |
Inheritance()
Deprecated. Default Constructor |
Method Summary | |
java.lang.String |
getAncestor()
Deprecated. Get the value of ancestor. |
java.lang.String |
getClassName()
Deprecated. Get the value of className. |
Column |
getColumn()
Deprecated. Get the value of parent. |
java.lang.String |
getKey()
Deprecated. Get the value of key. |
void |
loadFromXML(org.xml.sax.AttributeList attrib)
Deprecated. Imports foreign key from an XML specification |
void |
setAncestor(java.lang.String v)
Deprecated. Set the value of ancestor. |
void |
setClassName(java.lang.String v)
Deprecated. Set the value of className. |
void |
setColumn(Column v)
Deprecated. Set the value of parent. |
void |
setKey(java.lang.String v)
Deprecated. Set the value of key. |
java.lang.String |
toString()
Deprecated. String representation of the foreign key. |
Methods inherited from class java.lang.Object |
|
Field Detail |
private java.lang.String key
private java.lang.String className
private java.lang.String ancestor
private Column parent
Constructor Detail |
public Inheritance()
Method Detail |
public void loadFromXML(org.xml.sax.AttributeList attrib)
public java.lang.String getKey()
public void setKey(java.lang.String v)
v
- Value to assign to key.public Column getColumn()
public void setColumn(Column v)
v
- Value to assign to parent.public java.lang.String getClassName()
public void setClassName(java.lang.String v)
v
- Value to assign to className.public java.lang.String getAncestor()
public void setAncestor(java.lang.String v)
v
- Value to assign to ancestor.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 |