public class DefNewColumn extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnTypeCode |
columnType |
protected String |
defaultValue |
protected String |
id |
protected String |
label |
protected String |
localeName |
| Constructor and Description |
|---|
DefNewColumn() |
DefNewColumn(String id,
String label,
org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnTypeCode columnType,
String localeName,
String defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnTypeCode |
getColumnType() |
String |
getDefaultValue() |
String |
getId() |
String |
getLabel() |
String |
getLocaleName() |
void |
setColumnType(org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnTypeCode columnType) |
void |
setDefaultValue(String defaultValue) |
void |
setId(String id) |
void |
setLabel(String label) |
void |
setLocaleName(String localeName) |
String |
toString() |
protected String id
protected org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnTypeCode columnType
protected String defaultValue
protected String label
protected String localeName
public String getLabel()
public void setLabel(String label)
public org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnTypeCode getColumnType()
public void setColumnType(org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnTypeCode columnType)
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
public String getId()
public void setId(String id)
public String getLocaleName()
public void setLocaleName(String localeName)
Copyright © 2014. All Rights Reserved.