Class MetaprojectAssignments
- java.lang.Object
-
- ch.systemsx.cisd.etlserver.registrator.api.v2.impl.MetaprojectAssignments
-
- All Implemented Interfaces:
ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IMetaprojectAssignments
public class MetaprojectAssignments extends java.lang.Object implements ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IMetaprojectAssignments
-
-
Field Summary
Fields Modifier and Type Field Description protected ch.systemsx.cisd.openbis.generic.shared.basic.dto.MetaprojectAssignments
metaprojectAssignments
protected ch.systemsx.cisd.openbis.dss.generic.shared.IEncapsulatedBasicOpenBISService
service
-
Constructor Summary
Constructors Constructor Description MetaprojectAssignments(ch.systemsx.cisd.openbis.generic.shared.basic.dto.MetaprojectAssignments metaprojectAssignments, ch.systemsx.cisd.openbis.dss.generic.shared.IEncapsulatedBasicOpenBISService service)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IDataSetImmutable>
getDataSets()
java.util.List<ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IExperimentImmutable>
getExperiments()
java.util.List<ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IMaterialImmutable>
getMaterials()
ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IMetaprojectImmutable
getMetaproject()
java.util.List<ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISampleImmutable>
getSamples()
-
-
-
Method Detail
-
getMetaproject
public ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IMetaprojectImmutable getMetaproject()
- Specified by:
getMetaproject
in interfacech.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IMetaprojectAssignments
-
getSamples
public java.util.List<ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.ISampleImmutable> getSamples()
- Specified by:
getSamples
in interfacech.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IMetaprojectAssignments
-
getExperiments
public java.util.List<ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IExperimentImmutable> getExperiments()
- Specified by:
getExperiments
in interfacech.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IMetaprojectAssignments
-
getDataSets
public java.util.List<ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IDataSetImmutable> getDataSets()
- Specified by:
getDataSets
in interfacech.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IMetaprojectAssignments
-
getMaterials
public java.util.List<ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IMaterialImmutable> getMaterials()
- Specified by:
getMaterials
in interfacech.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IMetaprojectAssignments
-
-