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 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.If this is a subset, or a padded, BioAssayDimensionValueObject, the sourceBioAssayDimension is the original.booleanOnly mutated viareorder(List).voidreorder(List<BioAssayValueObject> newOrdering) voidsetDescription(String description) Deprecated.voidsetIsSubset(boolean isSubset) voidDeprecated.voidsetSourceBioAssayDimension(BioAssayDimensionValueObject sourceBioAssayDimension) If this is a subset, or a padded, BioAssayDimensionValueObject, the sourceBioAssayDimension is the original.toString()
-
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>
-
clearBioAssays
public void clearBioAssays() -
addBioAssays
-
getIsSubset
public boolean getIsSubset() -
setIsSubset
public void setIsSubset(boolean isSubset) -
reorder
-
getName
Deprecated. -
getDescription
Deprecated. -
getBioAssays
-
isReordered
public boolean isReordered()Only mutated viareorder(List). -
getSourceBioAssayDimension
If this is a subset, or a padded, BioAssayDimensionValueObject, the sourceBioAssayDimension is the original. -
setName
Deprecated. -
setDescription
Deprecated. -
setSourceBioAssayDimension
public void setSourceBioAssayDimension(@Nullable BioAssayDimensionValueObject sourceBioAssayDimension) If this is a subset, or a padded, BioAssayDimensionValueObject, the sourceBioAssayDimension is the original.
-