Class Inheritance
java.lang.Object
org.apache.torque.templates.model.Inheritance
The model of the inheritance tag in a Torque schema file.
- Version:
- $Id: $
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe class name for the object that will inherit the record values.The class that the inheritor class will extend.A value found in the column marked as the inheritance key column.The column to which this inheritance definition belongs to. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
parent
The column to which this inheritance definition belongs to. -
key
A value found in the column marked as the inheritance key column. -
_class
The class name for the object that will inherit the record values. -
_extends
The class that the inheritor class will extend.
-
-
Constructor Details
-
Inheritance
public Inheritance()
-