public class Reference extends Object implements ModelObject
| Modifier and Type | Field and Description |
|---|---|
protected Column |
actualFromColumn |
protected Column |
actualToColumn |
static String |
copyright |
protected String |
fromColumn |
protected HasReferences |
owner |
protected String |
toColumn |
| Constructor and Description |
|---|
Reference() |
Reference(HasReferences owner) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller u,
Object parent) |
Column |
getActualFromColumn() |
Column |
getActualToColumn() |
String |
getFromColumn() |
HasReferences |
getOwner() |
String |
getToColumn() |
void |
init(Model model) |
void |
link(Model model) |
void |
reset() |
void |
setFromColumn(String fromColumn) |
void |
setOwner(HasReferences owner) |
void |
setToColumn(String toColumn) |
void |
visitChildren(ModelObjectVisitor visitor) |
public static final String copyright
protected HasReferences owner
protected String fromColumn
protected String toColumn
protected Column actualFromColumn
protected Column actualToColumn
public Reference()
public Reference(HasReferences owner)
public void afterUnmarshal(Unmarshaller u, Object parent)
afterUnmarshal in interface ModelObjectpublic void reset()
reset in interface ModelObjectpublic void init(Model model)
init in interface ModelObjectpublic void link(Model model)
link in interface ModelObjectpublic void visitChildren(ModelObjectVisitor visitor)
visitChildren in interface ModelObjectpublic HasReferences getOwner()
public void setOwner(HasReferences owner)
public String getFromColumn()
public void setFromColumn(String fromColumn)
public String getToColumn()
public void setToColumn(String toColumn)
public Column getActualFromColumn()
public Column getActualToColumn()