Interface SampleMetadata
- All Superinterfaces:
Metadata
This interface defines the sample metadata.
- Since:
- 2.0
- Author:
- Xavier Bauquet
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanTest if the comment field exists.booleanTest if the condition field exists.booleanTest if the date field exists.booleanTest if the description field exists.booleanTest if the fastq format field exists.booleanTest if the operator field exists.booleanTest if the reads field exists.booleanTest if the reference field exists.booleanTest if the RepTechGroup field exists.booleanTest if the serial number field exists.booleanTest if the UUID field exists.Get the comment.Get the condition.getDate()Get the date.Get the description.fr.ens.biologie.genomique.kenetre.bio.FastqFormatGet the fastq format.Get the operator.getReads()Get the reads as a list.Get the reference.Get the RepTechGroup.Get the serial number.getUUID()Get the UUID.booleanGet the reference.voidsetComment(String newComment) Set the comment.voidsetCondition(String newCondition) Set the condition.voidSet the date.voidsetDescription(String newDescription) Set the description.voidsetFastqFormat(fr.ens.biologie.genomique.kenetre.bio.FastqFormat newfastqFormat) Set the fastq format.voidsetOperator(String newOperator) Set the operator.voidSet the reads.voidsetReference(String newReference) Set the reference.voidsetRepTechGroup(String newReptechGroup) Set the ReptechGroup.voidsetSerialNumber(String newSerialNumber) Set the serial number.voidSet the UUID.
-
Field Details
-
READS_KEY
- See Also:
-
DESCRIPTION_KEY
- See Also:
-
OPERATOR_KEY
- See Also:
-
COMMENT_KEY
- See Also:
-
DATE_KEY
- See Also:
-
SERIAL_NUMBER_KEY
- See Also:
-
UUID_KEY
- See Also:
-
REP_TECH_GROUP_KEY
- See Also:
-
REFERENCE_KEY
- See Also:
-
FASTQ_FORMAT_KEY
- See Also:
-
CONDITION_KEY
- See Also:
-
-
Method Details
-
getReads
Get the reads as a list.- Returns:
- the list of reads
-
getDescription
String getDescription()Get the description.- Returns:
- the description
-
getOperator
String getOperator()Get the operator.- Returns:
- the operator
-
getComment
String getComment()Get the comment.- Returns:
- the comment
-
getDate
String getDate()Get the date.- Returns:
- the date
-
getSerialNumber
String getSerialNumber()Get the serial number.- Returns:
- the serial number
-
getUUID
String getUUID()Get the UUID.- Returns:
- the UUID
-
getRepTechGroup
String getRepTechGroup()Get the RepTechGroup.- Returns:
- the RepTechGroup
-
getReference
String getReference()Get the reference.- Returns:
- the reference
-
isReference
boolean isReference()Get the reference.- Returns:
- the reference
-
getFastqFormat
fr.ens.biologie.genomique.kenetre.bio.FastqFormat getFastqFormat()Get the fastq format.- Returns:
- the fastq format
-
getCondition
String getCondition()Get the condition.- Returns:
- the condition
-
setReads
Set the reads.- Parameters:
newReads- the new reads
-
setDescription
Set the description.- Parameters:
newDescription- the new description
-
setOperator
Set the operator.- Parameters:
newOperator- the new operator
-
setComment
Set the comment.- Parameters:
newComment- the new comment
-
setDate
Set the date.- Parameters:
newDate- the new date
-
setSerialNumber
Set the serial number.- Parameters:
newSerialNumber- the new serial number
-
setUUID
Set the UUID.- Parameters:
newUUID- the new UUID
-
setRepTechGroup
Set the ReptechGroup.- Parameters:
newReptechGroup- the new ReptechGroup
-
setReference
Set the reference.- Parameters:
newReference- the new reference
-
setFastqFormat
void setFastqFormat(fr.ens.biologie.genomique.kenetre.bio.FastqFormat newfastqFormat) Set the fastq format.- Parameters:
newfastqFormat- the new fastq format
-
setCondition
Set the condition.- Parameters:
newCondition- the new condition
-
containsReads
boolean containsReads()Test if the reads field exists.- Returns:
- true if the reads field exists
-
containsDescription
boolean containsDescription()Test if the description field exists.- Returns:
- true if the description field exists
-
containsOperator
boolean containsOperator()Test if the operator field exists.- Returns:
- true if the operator field exists
-
containsComment
boolean containsComment()Test if the comment field exists.- Returns:
- true if the comment field exists
-
containsDate
boolean containsDate()Test if the date field exists.- Returns:
- true if the date field exists
-
containsSerialNumber
boolean containsSerialNumber()Test if the serial number field exists.- Returns:
- true if the serial number field exists
-
containsUUID
boolean containsUUID()Test if the UUID field exists.- Returns:
- true if the UUID field exists
-
containsRepTechGroup
boolean containsRepTechGroup()Test if the RepTechGroup field exists.- Returns:
- true if the RepTechGroup field exists
-
containsReference
boolean containsReference()Test if the reference field exists.- Returns:
- true if the reference field exists
-
containsFastqFormat
boolean containsFastqFormat()Test if the fastq format field exists.- Returns:
- true if the fastq format field exists
-
containsCondition
boolean containsCondition()Test if the condition field exists.- Returns:
- true if the condition field exists
-