Class BioMaterialValueObject

    • Constructor Detail

      • 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,
                                      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