Class BioAssay
- All Implemented Interfaces:
gemma.gsec.model.Securable,gemma.gsec.model.SecuredChild,Securable,SecuredChild<ExpressionExperiment>,Describable,Identifiable
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanImportant note: The name should be compared in a case-insensitive manner.Obtain a human-readable description of the objectgetId()Obtain the identifier of the object.booleangetName()Obtain the name of the object.Obtain the security owner of this secured child.inthashCode()The default hash code for a describable is based on its name, ignoring case.voidsetAccession(DatabaseEntry accession) voidsetArrayDesignUsed(ArrayDesign arrayDesignUsed) voidsetFastqHeaders(String fastqHeaders) voidsetIsOutlier(boolean isOutlier) voidsetMetadata(String metadata) voidsetNumberOfCells(Integer numberOfCells) voidsetNumberOfCellsByDesignElements(Integer numberOfCellsByDesignElements) voidsetNumberOfDesignElements(Integer numberOfDesignElements) voidsetOriginalPlatform(ArrayDesign originalPlatform) voidsetProcessingDate(Date processingDate) voidsetSampleUsed(BioMaterial sampleUsed) voidsetSecurityOwner(ExpressionExperiment securable) voidsetSequencePairedReads(Boolean sequencePairedReads) voidsetSequenceReadCount(Long sequenceReadCount) voidsetSequenceReadLength(Integer sequenceReadLength) voidsetShortName(String shortName) Methods inherited from class ubic.gemma.model.common.AbstractDescribable
setDescription, setName, toStringMethods inherited from class ubic.gemma.model.common.AbstractIdentifiable
setId
-
Field Details
-
MAX_NAME_LENGTH
public static final int MAX_NAME_LENGTH- See Also:
-
-
Constructor Details
-
BioAssay
public BioAssay()
-
-
Method Details
-
hashCode
public int hashCode()Description copied from class:AbstractDescribableThe default hash code for a describable is based on its name, ignoring case.Important note: Never use the ID in the hashCode() implementation since it can be assigned when the object is persisted.
- Overrides:
hashCodein classAbstractDescribable
-
equals
Description copied from class:AbstractDescribableImportant note: The name should be compared in a case-insensitive manner. You can useDescribableUtils.equalsByName(Describable, Describable)to get the correct behavior.Important note: Two objects with the same class and non-null ID must be considered equal. If one or both IDs are nulls, the rest of the state can be used to determine equality.
- Specified by:
equalsin classAbstractDescribable
-
getId
Description copied from interface:IdentifiableObtain the identifier of the object.- Specified by:
getIdin interfaceIdentifiable- Specified by:
getIdin interfacegemma.gsec.model.Securable- Overrides:
getIdin classAbstractIdentifiable
-
getShortName
-
setShortName
-
getName
Description copied from interface:DescribableObtain the name of the object.It may be human-readable.
It is case-insensitive and usually unique within a certain context (e.g. in a collection).
It is non-null by default, but implementation may override this with a
Nullableannotation. If null, it should not be treated as equal to otherDescribableobjects (i.e. there can be multiple null-named describable within a given set).- Specified by:
getNamein interfaceDescribable- Overrides:
getNamein classAbstractDescribable
-
getDescription
Description copied from interface:DescribableObtain a human-readable description of the object- Specified by:
getDescriptionin interfaceDescribable- Overrides:
getDescriptionin classAbstractDescribable
-
getAccession
-
setAccession
-
getArrayDesignUsed
-
setArrayDesignUsed
-
getIsOutlier
public boolean getIsOutlier() -
setIsOutlier
public void setIsOutlier(boolean isOutlier) -
getProcessingDate
-
setProcessingDate
-
getSampleUsed
-
setSampleUsed
-
getSecurityOwner
Description copied from interface:SecuredChildObtain the security owner of this secured child.Secured children should always have an owner in the ACL table, but that relation is not always direct or mapped. A more robust way of checking is to look up the parent via
AclObjectIdentity.getParentObject(). If the security owner cannot be determined, the implementation should define a setter so it can be temporarily assigned for creating the ACL identity.- Specified by:
getSecurityOwnerin interfacegemma.gsec.model.SecuredChild- Specified by:
getSecurityOwnerin interfaceSecuredChild<ExpressionExperiment>- Returns:
- the security owner, or null if not known.
-
setSecurityOwner
-
getSequencePairedReads
-
setSequencePairedReads
-
getSequenceReadCount
-
setSequenceReadCount
-
getSequenceReadLength
-
setSequenceReadLength
-
getMetadata
-
setMetadata
-
getOriginalPlatform
-
setOriginalPlatform
-
getFastqHeaders
-
setFastqHeaders
-
getNumberOfCells
-
setNumberOfCells
-
getNumberOfDesignElements
-
setNumberOfDesignElements
-
getNumberOfCellsByDesignElements
-
setNumberOfCellsByDesignElements
-