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

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

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

Bean with basic meta data of a service offered by a Data Store Server.

See Also:
Serialized Form

Constructor Summary
ReportDescription()
           
 
Method Summary
 java.util.List<java.lang.String> getDataSetTypes()
           
 java.lang.String getDataStoreCode()
           
 java.lang.String getKey()
           
 java.lang.String getLabel()
           
 void setDataSetTypes(java.util.List<java.lang.String> dataSetTypes)
           
 void setDataStoreCode(java.lang.String dataStoreCode)
           
 void setKey(java.lang.String key)
           
 void setLabel(java.lang.String label)
           
 java.lang.String toString()
          Returns the label.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReportDescription

public ReportDescription()
Method Detail

getKey

public java.lang.String getKey()

setKey

public void setKey(java.lang.String key)

getLabel

public java.lang.String getLabel()

setLabel

public void setLabel(java.lang.String label)

getDataStoreCode

public java.lang.String getDataStoreCode()

setDataStoreCode

public void setDataStoreCode(java.lang.String dataStoreCode)

getDataSetTypes

public java.util.List<java.lang.String> getDataSetTypes()

setDataSetTypes

public void setDataSetTypes(java.util.List<java.lang.String> dataSetTypes)

toString

public java.lang.String toString()
Returns the label.

Overrides:
toString in class java.lang.Object