Class ExperimentFetchOptions
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.FetchOptions<ExperimentFetchOption>
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.ExperimentFetchOptions
-
- All Implemented Interfaces:
java.io.Serializable
public class ExperimentFetchOptions extends FetchOptions<ExperimentFetchOption>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExperimentFetchOptions()
ExperimentFetchOptions(ExperimentFetchOption... options)
-
Method Summary
-
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.basic.dto.FetchOptions
addOption, equals, hashCode, isSetOf, isSubsetOf, isSupersetOf, toString
-
-
-
-
Constructor Detail
-
ExperimentFetchOptions
public ExperimentFetchOptions()
-
ExperimentFetchOptions
public ExperimentFetchOptions(ExperimentFetchOption... options)
-
-