public class C_ColumnReferencePlaceholder extends C_Leaf
| Modifier and Type | Field and Description |
|---|---|
protected String |
columnId |
protected org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnDataType |
dataType |
protected String |
id |
protected String |
label |
| Constructor and Description |
|---|
C_ColumnReferencePlaceholder() |
C_ColumnReferencePlaceholder(org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnDataType dataType,
String columnId,
String label) |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnId() |
org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnDataType |
getDataType() |
String |
getId() |
String |
getLabel() |
void |
setColumnId(String columnId) |
void |
setDataType(org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnDataType dataType) |
void |
setLabel(String label) |
String |
toString() |
protected String id
protected String columnId
protected String label
protected org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnDataType dataType
public String getColumnId()
public void setColumnId(String columnId)
public String getLabel()
public void setLabel(String label)
public org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnDataType getDataType()
public void setDataType(org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnDataType dataType)
Copyright © 2018. All Rights Reserved.