public class ModelKeyMap extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
constValue
a constant value for joining on
|
protected String |
fieldName
name of the field in this entity
|
protected String |
relFieldName
name of the field in related entity
|
| Constructor and Description |
|---|
ModelKeyMap()
Default Constructor
|
ModelKeyMap(Element keyMapElement)
XML Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getConstValue() |
String |
getFieldName()
name of the field in this entity
|
String |
getRelFieldName()
name of the field in related entity
|
void |
setFieldName(String fieldName) |
void |
setRelFieldName(String relFieldName) |
protected String fieldName
protected String relFieldName
protected String constValue
public ModelKeyMap()
public ModelKeyMap(Element keyMapElement)
public String getConstValue()
public String getFieldName()
public void setFieldName(String fieldName)
public String getRelFieldName()
public void setRelFieldName(String relFieldName)
Copyright © 2024 Atlassian. All rights reserved.