public class Inheritance extends Object
Modifier and Type | Field and Description |
---|---|
String |
_class
The class name for the object that will inherit the record values.
|
String |
_extends
The class that the inheritor class will extend.
|
String |
key
A value found in the column marked as the inheritance key column.
|
Column |
parent
The 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.