Class BioMaterialFactory.Builder
java.lang.Object
ubic.gemma.core.util.test.fixture.BioMaterialFactory.Builder
- Enclosing class:
BioMaterialFactory
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Build, persist, and return the BM.withSourceBioMaterial(BioMaterial parent)
-
Method Details
-
withTaxon
-
withSourceBioMaterial
-
withName
-
withExternalAccession
-
build
Build, persist, and return the BM. Goes throughSecurableBaseImmutableService.create(BioMaterial)so the ACL-creation listener fires.
-