|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.torque.engine.database.model.Inheritance
A Class for information regarding possible objects representing a table
Field Summary | |
private java.lang.String |
ancestor
|
private java.lang.String |
className
|
private java.lang.String |
key
|
private Column |
parent
|
Constructor Summary | |
Inheritance()
|
Method Summary | |
java.lang.String |
getAncestor()
Get the value of ancestor. |
java.lang.String |
getClassName()
Get the value of className. |
Column |
getColumn()
Get the value of parent. |
java.lang.String |
getKey()
Get the value of key. |
void |
loadFromXML(org.xml.sax.Attributes attrib)
Imports foreign key from an XML specification |
void |
setAncestor(java.lang.String v)
Set the value of ancestor. |
void |
setClassName(java.lang.String v)
Set the value of className. |
void |
setColumn(Column v)
Set the value of parent. |
void |
setKey(java.lang.String v)
Set the value of key. |
java.lang.String |
toString()
String 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 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.Attributes attrib)
attrib
- the xml attributespublic 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()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |