public class Inheritance extends Object
| Modifier and Type | Field and Description | 
|---|---|
| String | _classThe class name for the object that will inherit the record values. | 
| String | _extendsThe class that the inheritor class will extend. | 
| String | keyA value found in the column marked as the inheritance key column. | 
| Column | parentThe column to which this inheritance definition belongs to. | 
| Constructor and Description | 
|---|
| Inheritance() | 
public Column parent
public String key
public String _class
public String _extends
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.