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 2SequencingObjects 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.DategetCreatedDate()Get the created date of the objectjava.lang.LonggetId()Get the numerical identifier for this objectjava.lang.StringgetLabel()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:TimestampedGet the created date of the object- Specified by:
getCreatedDatein interfaceTimestamped<java.lang.Long>- Returns:
- A
Dateobject of the created date
-
getLabel
public java.lang.String getLabel()
Description copied from interface:IridaThingGet a human readable label for this object.- Specified by:
getLabelin interfaceIridaThing- Returns:
- a human-readable label for the object.
-
getId
public java.lang.Long getId()
Description copied from interface:IridaThingGet the numerical identifier for this object- Specified by:
getIdin interfaceIridaThing- Specified by:
getIdin interfaceTimestamped<java.lang.Long>- Returns:
- the numerical identifier for the object
-
-