Klasse Inheritance

java.lang.Object
org.apache.torque.templates.model.Inheritance

public class Inheritance extends Object
The model of the inheritance tag in a Torque schema file.
Version:
$Id: $
  • Felddetails

    • parent

      public Column parent
      The column to which this inheritance definition belongs to.
    • key

      public String key
      A value found in the column marked as the inheritance key column.
    • _class

      public String _class
      The class name for the object that will inherit the record values.
    • _extends

      public String _extends
      The class that the inheritor class will extend.
  • Konstruktordetails

    • Inheritance

      public Inheritance()