org.gcube.portlets.user.codelistinterface.codelist
Class CodeListColumn

java.lang.Object
  extended by org.gcube.portlets.user.codelistinterface.codelist.CodeListColumn

public class CodeListColumn
extends java.lang.Object

Author:
"Federico De Faveri defaveri@isti.cnr.it"

Constructor Summary
CodeListColumn(java.lang.String id, java.lang.String label, ColumnType type, ValueType valueType, java.lang.String referencedCodeListId)
           
 
Method Summary
 java.lang.String getId()
           
 java.lang.String getLabel()
           
 java.lang.String getReferencedCodeListId()
           
 ColumnType getType()
           
 ValueType getValueType()
           
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CodeListColumn

public CodeListColumn(java.lang.String id,
                      java.lang.String label,
                      ColumnType type,
                      ValueType valueType,
                      java.lang.String referencedCodeListId)
Parameters:
id -
label -
type -
valueType -
Method Detail

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