Class BioAssayDimensionValueObject
java.lang.Object
ubic.gemma.model.common.IdentifiableValueObject<BioAssayDimension>
ubic.gemma.model.expression.bioAssayData.BioAssayDimensionValueObject
- All Implemented Interfaces:
Serializable,Identifiable
- Author:
- Paul
- See Also:
-
Field Summary
Fields inherited from class ubic.gemma.model.common.IdentifiableValueObject
id -
Constructor Summary
ConstructorsConstructorDescriptionRequired when using the class as a spring bean.Do not use this constructor unless this represents a subset of a persistent BioAssayDimension. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddBioAssays(List<BioAssayValueObject> bvos) voidDeprecated.booleangetName()Deprecated.booleanvoidreorder(List<BioAssayValueObject> newOrdering) voidsetDescription(String description) Deprecated.voidsetIsSubset(boolean isSubset) voidDeprecated.voidtoString()
-
Constructor Details
-
BioAssayDimensionValueObject
public BioAssayDimensionValueObject()Required when using the class as a spring bean. -
BioAssayDimensionValueObject
Do not use this constructor unless this represents a subset of a persistent BioAssayDimension.- Parameters:
id- id
-
BioAssayDimensionValueObject
- Parameters:
entity- to be converted
-
-
Method Details
-
toString
- Overrides:
toStringin classIdentifiableValueObject<BioAssayDimension>
-
getName
Deprecated. -
setName
Deprecated. -
getDescription
Deprecated. -
setDescription
Deprecated. -
getBioAssays
-
clearBioAssays
public void clearBioAssays() -
addBioAssays
-
getIsSubset
public boolean getIsSubset() -
setIsSubset
public void setIsSubset(boolean isSubset) -
getSourceBioAssayDimension
- Returns:
- the original source. If this is reordered or a subset, the return value will not be.
-
setSourceBioAssayDimension
-
isReordered
public boolean isReordered() -
reorder
-