Interface Timestamped<Identifier>
-
- Type Parameters:
Identifier
- the identifier for the object in the database
- All Known Subinterfaces:
IridaThing
,Join<SubjectType,ObjectType>
,MutableIridaThing
- All Known Implementing Classes:
AbstractAnalysisSubmission
,Analysis
,AnalysisFastQC
,AnalysisOutputFile
,AnalysisSubmission
,AnalysisSubmissionTemplate
,Announcement
,AnnouncementUserJoin
,DataAddedToSampleProjectEvent
,Fast5Object
,GenomeAssembly
,GenomeAssemblyFromAnalysis
,IridaClientDetails
,IridaWorkflowNamedParameters
,JobError
,MetadataTemplate
,NcbiExportSubmission
,OverrepresentedSequence
,PasswordReset
,Project
,ProjectAnalysisSubmissionJoin
,ProjectEvent
,ProjectReferenceFileJoin
,ProjectSampleJoin
,ProjectSubscription
,ProjectUserJoin
,ReferenceFile
,RelatedProjectJoin
,RemoteAPI
,Sample
,SampleAddedProjectEvent
,SampleGenomeAssemblyJoin
,SampleRemovedProjectEvent
,SampleSequencingObjectJoin
,SequenceConcatenation
,SequenceFile
,SequenceFilePair
,SequencingObject
,SequencingRun
,SingleEndSequenceFile
,ToolExecution
,UploadedAssembly
,User
,UserGroup
,UserGroupJoin
,UserGroupProjectJoin
,UserGroupRemovedProjectEvent
,UserGroupRoleSetProjectEvent
,UserRemovedProjectEvent
,UserRoleSetProjectEvent
public interface Timestamped<Identifier>
An object with a timestamp and ID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Date
getCreatedDate()
Get the created date of the objectIdentifier
getId()
Get the identifier for this object
-
-
-
Method Detail
-
getCreatedDate
java.util.Date getCreatedDate()
Get the created date of the object- Returns:
- A
Date
object of the created date
-
getId
Identifier getId()
Get the identifier for this object- Returns:
- the ID for this object
-
-