org.apache.turbine.torque.engine.database.model
Class Inheritance

java.lang.Object
  |
  +--org.apache.turbine.torque.engine.database.model.Inheritance

Deprecated. use turbine-torque

public class Inheritance
extends java.lang.Object

A Class for information regarding possible objects representing a table

Version:
$Id: Inheritance.java,v 1.3 2002/02/26 22:15:43 fedor Exp $
Author:
John McNally

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

key

private java.lang.String key
Deprecated. 

className

private java.lang.String className
Deprecated. 

ancestor

private java.lang.String ancestor
Deprecated. 

parent

private Column parent
Deprecated. 
Constructor Detail

Inheritance

public Inheritance()
Deprecated. 
Default Constructor
Method Detail

loadFromXML

public void loadFromXML(org.xml.sax.AttributeList attrib)
Deprecated. 
Imports foreign key from an XML specification

getKey

public java.lang.String getKey()
Deprecated. 
Get the value of key.
Returns:
value of key.

setKey

public void setKey(java.lang.String v)
Deprecated. 
Set the value of key.
Parameters:
v - Value to assign to key.

getColumn

public Column getColumn()
Deprecated. 
Get the value of parent.
Returns:
value of parent.

setColumn

public void setColumn(Column v)
Deprecated. 
Set the value of parent.
Parameters:
v - Value to assign to parent.

getClassName

public java.lang.String getClassName()
Deprecated. 
Get the value of className.
Returns:
value of className.

setClassName

public void setClassName(java.lang.String v)
Deprecated. 
Set the value of className.
Parameters:
v - Value to assign to className.

getAncestor

public java.lang.String getAncestor()
Deprecated. 
Get the value of ancestor.
Returns:
value of ancestor.

setAncestor

public void setAncestor(java.lang.String v)
Deprecated. 
Set the value of ancestor.
Parameters:
v - Value to assign to ancestor.

toString

public java.lang.String toString()
Deprecated. 
String representation of the foreign key. This is an xml representation.
Overrides:
toString in class java.lang.Object


Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.