Class SampleParentWithDerived
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.SampleParentWithDerived
-
- All Implemented Interfaces:
java.io.Serializable
public final class SampleParentWithDerived extends java.lang.Object implements java.io.SerializableASampleParentWithDerivedencapsulates aSample(the parent) and its derivedSamples.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SampleParentWithDerived()SampleParentWithDerived(Sample parent, Sample[] derived)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Sample[]getDerived()Never returnsnullbut could return an empty array.SamplegetParent()voidsetDerived(Sample[] generated)voidsetParent(Sample generator)
-