org.gcube.portlets.user.codelistinterface.curation
Class CurationColumn
java.lang.Object
org.gcube.portlets.user.codelistinterface.curation.CurationColumn
public class CurationColumn
- extends java.lang.Object
- Author:
- "Federico De Faveri defaveri@isti.cnr.it"
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CurationColumn
public CurationColumn(java.lang.String id,
java.lang.String label,
ColumnType type,
ValueType valueType,
java.lang.String referencedCodeListId)
- Parameters:
id - label - type - valueType -
getId
public java.lang.String getId()
- Returns:
- the id
getLabel
public java.lang.String getLabel()
- Returns:
- the label
getType
public ColumnType getType()
- Returns:
- the type
getValueType
public ValueType getValueType()
- Returns:
- the valueType
getReferencedCodeListId
public java.lang.String getReferencedCodeListId()
- Returns:
- the referencedCodeListId
toString
public java.lang.String toString()
-
- Overrides:
toString in class java.lang.Object