Klasse Inheritance
java.lang.Object
org.apache.torque.templates.model.Inheritance
The model of the inheritance tag in a Torque schema file.
- Version:
- $Id: $
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungThe 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. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Felddetails
-
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.
-
-
Konstruktordetails
-
Inheritance
public Inheritance()
-