Class Inheritance


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

      • 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.
    • Constructor Detail

      • Inheritance

        public Inheritance()