public class ProductKey extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
dataSetId |
protected SearchFilters |
filters |
protected static com.thoughtworks.xstream.XStream |
stream |
protected int |
taxonId |
| Modifier | Constructor and Description |
|---|---|
protected |
ProductKey() |
|
ProductKey(int taxonId,
int dataSetId,
SearchFilters filters) |
| Modifier and Type | Method and Description |
|---|---|
static ProductKey |
deserialize(String key) |
int |
getDataSetId() |
SearchFilters |
getFilters() |
protected static com.thoughtworks.xstream.XStream |
getStream() |
int |
getTaxonId() |
String |
serialize() |
String |
toString() |
protected static com.thoughtworks.xstream.XStream stream
protected int taxonId
protected int dataSetId
protected SearchFilters filters
public ProductKey(int taxonId,
int dataSetId,
SearchFilters filters)
taxonId - dataSetId - filters - protected ProductKey()
public int getTaxonId()
public int getDataSetId()
public SearchFilters getFilters()
protected static com.thoughtworks.xstream.XStream getStream()
public String serialize()
public static ProductKey deserialize(String key)
Copyright © 2014. All Rights Reserved.