Class BioMaterialValueObject

java.lang.Object
ubic.gemma.model.common.IdentifiableValueObject<BioMaterial>
ubic.gemma.model.expression.biomaterial.BioMaterialValueObject
All Implemented Interfaces:
Serializable, Identifiable

public class BioMaterialValueObject extends IdentifiableValueObject<BioMaterial>
Author:
lukem
See Also:
  • Constructor Details

    • BioMaterialValueObject

      public BioMaterialValueObject()
      Required when using the class as a spring bean.
    • BioMaterialValueObject

      public BioMaterialValueObject(Long id)
    • BioMaterialValueObject

      public BioMaterialValueObject(BioMaterial bm)
    • BioMaterialValueObject

      public BioMaterialValueObject(BioMaterial bm, BioAssay ba)
    • BioMaterialValueObject

      public BioMaterialValueObject(BioMaterial bm, boolean basic, boolean allFactorValuesAndCharacteristics)
      Parameters:
      basic - if true, populate fVBasicVOs instead of factorValueObjects. Note that basic FVs should be preferred for new code.
      allFactorValuesAndCharacteristics - whether to include all factor values and characteristics, including those inherited from the source biomaterial, otherwise only those from the sample will be included
  • Method Details