Class ExtractData

    • Constructor Detail

      • ExtractData

        public ExtractData()
    • Method Detail

      • getTag

        public TagData getTag()
        The tag used for tagging the extract so that it can be tracked on physical bioassays.
        Since:
        3.0
        Hibernate: many-to-one
        column="`label_id`" not-null="false" outer-join="false"
      • setTag

        public void setTag​(TagData tag)
      • getRawBioAssays

        Set<RawBioAssayData> getRawBioAssays()
        This is the inverse end.
        Since:
        3.0
        See Also:
        RawBioAssayData.getParentExtract()
        Hibernate: set
        lazy="true" inverse="true"
        Hibernate: collection-key
        column="`extract_id`"
        Hibernate: collection-one-to-many
        class="net.sf.basedb.core.data.RawBioAssayData"
      • getDerivedBioAssays

        Set<DerivedBioAssayData> getDerivedBioAssays()
        This is the inverse end.
        Since:
        3.4
        See Also:
        DerivedBioAssayData.getExtract()
        Hibernate: set
        lazy="true" inverse="true"
        Hibernate: collection-key
        column="`extract_id`"
        Hibernate: collection-one-to-many
        class="net.sf.basedb.core.data.DerivedBioAssayData"