2.17.2: 2011-06-17

net.sf.basedb.core.data
Interface RegisteredData

All Superinterfaces:
IdentifiableData
All Known Implementing Classes:
AnnotationTypeCategoryData, AnnotationTypeData, ArrayBatchData, ArrayDesignData, ArraySlideData, BaseFileImporter.ReporterProxy, BioMaterialEventData, BioPlateEventData, BioSourceData, ClientData, ExperimentData, ExtraValueTypeData, FileTypeData, FormulaData, GroupData, HardwareData, HardwareTypeData, LabelData, MimeTypeData, NewsData, PlateData, PlateGeometryData, PlateMappingData, PlateTypeData, PluginConfigurationData, PluginDefinitionData, PluginTypeData, ProjectData, ProtocolData, ProtocolTypeData, QuotaTypeData, RawBioAssayData, ReporterData, ReporterListData, ReporterTypeData, RoleData, ScanData, SoftwareData, SoftwareTypeData, UserData

public interface RegisteredData
extends IdentifiableData

Adds the date an item was registered in the database. Since this is a new interface in BASE 2.10 pre-existing items doesn't have this information.

Version:
2.10
Author:
Nicklas
See Also:
BasicBatcher, Basic classes and interfaces

Method Summary
 Date getEntryDate()
          Get the date this item was added to the database.
 
Methods inherited from interface net.sf.basedb.core.data.IdentifiableData
getId, getVersion
 

Method Detail

getEntryDate

Date getEntryDate()
Get the date this item was added to the database. The value is generated at creation time and can't be modified later.

Since:
2.10
Hibernate: property
column="`entry_date`" type="date" not-null="false" update="false"

2.17.2: 2011-06-17