public static class ModelViewEntity.ModelAlias extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
entityAlias |
protected String |
field |
protected String |
function |
protected boolean |
groupBy |
protected Boolean |
isPk |
protected String |
name |
| Modifier | Constructor and Description |
|---|---|
protected |
ModelViewEntity.ModelAlias() |
|
ModelViewEntity.ModelAlias(Element aliasElement) |
|
ModelViewEntity.ModelAlias(String entityAlias,
String name,
String field,
Boolean isPk,
boolean groupBy,
String function) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntityAlias() |
String |
getField() |
String |
getFunction() |
boolean |
getGroupBy() |
Boolean |
getIsPk() |
String |
getName() |
protected String entityAlias
protected String name
protected String field
protected Boolean isPk
protected boolean groupBy
protected String function
protected ModelViewEntity.ModelAlias()
public ModelViewEntity.ModelAlias(Element aliasElement)
Copyright © 2015 Atlassian. All rights reserved.