public class DatabaseViewField extends Object
Constructor and Description |
---|
DatabaseViewField() |
Modifier and Type | Method and Description |
---|---|
String |
getColumnName()
Returns the column name for this field.
|
String |
getDataType()
Returns the data type of this field.
|
DatabaseViewGroupTypeConfig |
getGroupTypeConfig()
Returns the group type configuration this field definition belongs to.
|
String |
getId()
Returns the identifier of this field.
|
void |
setColumnName(String columnName)
Sets the column name for this field.
|
void |
setDataType(String dataType)
Sets the data type of this field.
|
void |
setGroupTypeConfig(DatabaseViewGroupTypeConfig groupTypeConfig)
Sets the group type configuration this field definition belongs to.
|
public String getId()
public String getColumnName()
public void setColumnName(String columnName)
columnName
- the column name.public String getDataType()
QueryFieldTypes
.public void setDataType(String dataType)
dataType
- one of the constants in QueryFieldTypes
.public DatabaseViewGroupTypeConfig getGroupTypeConfig()
public void setGroupTypeConfig(DatabaseViewGroupTypeConfig groupTypeConfig)
groupTypeConfig
- the group type configuration.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.