Class ArrayDesignValueObject
java.lang.Object
ubic.gemma.model.common.IdentifiableValueObject<ArrayDesign>
ubic.gemma.model.common.auditAndSecurity.curation.AbstractCuratableValueObject<ArrayDesign>
ubic.gemma.model.expression.arrayDesign.ArrayDesignValueObject
- All Implemented Interfaces:
Serializable
,Versioned
,Identifiable
- Direct Known Subclasses:
ArrayDesignValueObjectExt
,DatasetsWebService.ArrayDesignWithUsageStatisticsValueObject
public class ArrayDesignValueObject
extends AbstractCuratableValueObject<ArrayDesign>
implements Versioned
Value object for quickly displaying varied information about Array Designs.
- Author:
- paul et al
- See Also:
-
Field Summary
Fields inherited from class ubic.gemma.model.common.IdentifiableValueObject
id
-
Constructor Summary
ConstructorsModifierConstructorDescriptionThis will only work if the object is thawed (lightly).protected
ArrayDesignValueObject
(ArrayDesignValueObject arrayDesignValueObject) Copies constructor from other ArrayDesignValueObject -
Method Summary
Modifier and TypeMethodDescriptionstatic Collection
<ArrayDesignValueObject> create
(Collection<ArrayDesign> subsumees) Deprecated.getTaxon()
Deprecated.useinvalid reference
#getTaxonObject()
toString()
Methods inherited from class ubic.gemma.model.common.auditAndSecurity.curation.AbstractCuratableValueObject
getCurationNote, getLastNeedsAttentionEvent, getLastNoteUpdateEvent, getLastTroubledEvent, getLastUpdated, getNeedsAttention, getTroubled, getTroubleDetails, getTroubleDetails, setCurationNote, setLastNeedsAttentionEvent, setLastNoteUpdateEvent, setLastTroubledEvent, setLastUpdated, setNeedsAttention, setTroubled
Methods inherited from class ubic.gemma.model.common.IdentifiableValueObject
getId, setId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface ubic.gemma.model.common.description.Versioned
getLastUpdated, getReleaseUrl, getReleaseVersion
-
Constructor Details
-
ArrayDesignValueObject
public ArrayDesignValueObject() -
ArrayDesignValueObject
-
ArrayDesignValueObject
This will only work if the object is thawed (lightly). Not everything will be filled in -- test before using!- Parameters:
ad
- ad
-
ArrayDesignValueObject
Copies constructor from other ArrayDesignValueObject
-
-
Method Details
-
create
-
getExpressionExperimentCount
Deprecated.usegetNumberOfExpressionExperiments()
instead. -
getNumberOfExpressionExperiments
-
getTaxon
-
getTaxonID
Deprecated.useinvalid reference
#getTaxonObject()
-
toString
- Overrides:
toString
in classIdentifiableValueObject<ArrayDesign>
-
getNumberOfExpressionExperiments()
instead.