public class Link extends Object
Modifier and Type | Field and Description |
---|---|
Column[] |
fkeys
columns that are used to join other table.
|
String |
propertyName
name of reference property.
|
String |
reversePropertyName
name of reference property in reference table that references this table.
|
Table |
toTable
Table that this references.
|
Constructor and Description |
---|
Link() |
Link(String propertyName,
String reversePropertyName,
Table toTable)
Create a new reference from one table to another.
|
Modifier and Type | Method and Description |
---|---|
Method |
getGetMethod()
Method used to get reference property.
|
Link |
getReverseLink()
Returns Link from toTable back to this table.
|
public String propertyName
public Table toTable
public Column[] fkeys
public String reversePropertyName
public Link()
public Link(String propertyName, String reversePropertyName, Table toTable)
propertyName
- is name of reference property in object.reversePropertyName
- is name of reference property in the table that this table references.toTable
- table that this reference is for.Copyright © 1999–2019 ViaOA. All rights reserved.