Class SequenceConcatenation
- java.lang.Object
-
- ca.corefacility.bioinformatics.irida.model.sequenceFile.SequenceConcatenation
-
- All Implemented Interfaces:
IridaThing
,Timestamped<java.lang.Long>
@Entity public class SequenceConcatenation extends java.lang.Object implements IridaThing
Class storing when 2SequencingObject
s are concatenated into a newSequencingObject
-
-
Constructor Summary
Constructors Constructor Description SequenceConcatenation(SequencingObject concatenated, java.util.List<SequencingObject> sources)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Date
getCreatedDate()
Get the created date of the objectjava.lang.Long
getId()
Get the numerical identifier for this objectjava.lang.String
getLabel()
Get a human readable label for this object.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ca.corefacility.bioinformatics.irida.model.IridaThing
getIdentifier, setLabel
-
-
-
-
Constructor Detail
-
SequenceConcatenation
public SequenceConcatenation(SequencingObject concatenated, java.util.List<SequencingObject> sources)
-
-
Method Detail
-
getCreatedDate
public java.util.Date getCreatedDate()
Description copied from interface:Timestamped
Get the created date of the object- Specified by:
getCreatedDate
in interfaceTimestamped<java.lang.Long>
- Returns:
- A
Date
object of the created date
-
getLabel
public java.lang.String getLabel()
Description copied from interface:IridaThing
Get a human readable label for this object.- Specified by:
getLabel
in interfaceIridaThing
- Returns:
- a human-readable label for the object.
-
getId
public java.lang.Long getId()
Description copied from interface:IridaThing
Get the numerical identifier for this object- Specified by:
getId
in interfaceIridaThing
- Specified by:
getId
in interfaceTimestamped<java.lang.Long>
- Returns:
- the numerical identifier for the object
-
-