Class BioSourceData

All Implemented Interfaces:
AnnotatableData, IdentifiableData, LoggableData, NameableData, OwnableData, RegisteredData, RemovableData, ShareableData, SubtypableData

public class BioSourceData
extends BioMaterialData
implements RegisteredData
This represents a biosoruce which is the starting point of all biomaterials.
Version:
2.0
Author:
Nicklas
See Also:
BioSource, Developer documentation: Biomaterials LIMS
Last modified
$Date: 2013-05-24 13:37:14 +0200 (fr, 24 maj 2013) $
Hibernate: subclass
discriminator-value="1" lazy="true"
  • Field Details

    • entryDate

      private Date entryDate
  • Constructor Details

    • BioSourceData

      public BioSourceData()
  • Method Details

    • getEntryDate

      public Date getEntryDate()
      Description copied from interface: RegisteredData
      Get the date this item was added to the database. The value is generated at creation time and can't be modified later.
      Specified by:
      getEntryDate in interface RegisteredData
    • setEntryDate

      public void setEntryDate​(Date entryDate)