org.gcube.data.spd.obisplugin.data
Class ProductKey
java.lang.Object
org.gcube.data.spd.obisplugin.data.ProductKey
public class ProductKey
- extends Object
- Author:
- "Federico De Faveri defaveri@isti.cnr.it"
stream
protected static com.thoughtworks.xstream.XStream stream
taxonId
protected int taxonId
dataSetId
protected int dataSetId
filters
protected SearchFilters filters
ProductKey
public ProductKey(int taxonId,
int dataSetId,
SearchFilters filters)
- Parameters:
taxonId - dataSetId - filters -
getTaxonId
public int getTaxonId()
- Returns:
- the taxonId
getDataSetId
public int getDataSetId()
- Returns:
- the dataSetId
getFilters
public SearchFilters getFilters()
- Returns:
- the filters
getStream
protected static com.thoughtworks.xstream.XStream getStream()
serialize
public String serialize()
deserialize
public static ProductKey deserialize(String key)
toString
public String toString()
-
- Overrides:
toString in class Object
Copyright © 2013. All Rights Reserved.