ch.systemsx.cisd.openbis.plugin.query.shared.api.v1.dto
Class ReportDescription
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ReportDescription
public ReportDescription()
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