ch.systemsx.cisd.openbis.plugin.query.shared.api.v1.dto
Class QueryTableColumn

java.lang.Object
  extended by ch.systemsx.cisd.openbis.plugin.query.shared.api.v1.dto.QueryTableColumn
All Implemented Interfaces:
java.io.Serializable

@JsonObject(value="QueryTableColumn")
public class QueryTableColumn
extends java.lang.Object
implements java.io.Serializable

Column of query data. Defines title and data type.

See Also:
Serialized Form

Constructor Summary
QueryTableColumn(java.lang.String title, QueryTableColumnDataType dataType)
          Creates an instance for specified title and data type.
 
Method Summary
 QueryTableColumnDataType getDataType()
          Returns the data type.
 java.lang.String getTitle()
          Returns the title.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryTableColumn

public QueryTableColumn(java.lang.String title,
                        QueryTableColumnDataType dataType)
Creates an instance for specified title and data type.

Method Detail

getTitle

public java.lang.String getTitle()
Returns the title.


getDataType

public QueryTableColumnDataType getDataType()
Returns the data type.