Class CellLevelCharacteristicsValueObject
java.lang.Object
ubic.gemma.model.common.IdentifiableValueObject<CellLevelCharacteristics>
ubic.gemma.model.expression.bioAssayData.CellLevelCharacteristicsValueObject
- All Implemented Interfaces:
Serializable,Identifiable
public class CellLevelCharacteristicsValueObject
extends IdentifiableValueObject<CellLevelCharacteristics>
- See Also:
-
Field Summary
Fields inherited from class ubic.gemma.model.common.IdentifiableValueObject
id -
Constructor Summary
ConstructorsConstructorDescriptionCellLevelCharacteristicsValueObject(CellLevelCharacteristics cellLevelCharacteristics, boolean excludeCharacteristicIds) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanIndicate how many cells have an assigned characteristic, ornullif this information is not available.inthashCode()voidsetCharacteristicIds(List<Long> characteristicIds) voidsetCharacteristics(Set<CharacteristicValueObject> characteristics) voidsetNumberOfAssignedCells(Integer numberOfAssignedCells) Indicate how many cells have an assigned characteristic, ornullif this information is not available.toString()Methods inherited from class ubic.gemma.model.common.IdentifiableValueObject
getId, setId
-
Constructor Details
-
CellLevelCharacteristicsValueObject
public CellLevelCharacteristicsValueObject(CellLevelCharacteristics cellLevelCharacteristics, boolean excludeCharacteristicIds)
-
-
Method Details
-
getCharacteristics
-
getCharacteristicIds
-
getNumberOfAssignedCells
Indicate how many cells have an assigned characteristic, ornullif this information is not available. -
setCharacteristics
-
setCharacteristicIds
-
setNumberOfAssignedCells
Indicate how many cells have an assigned characteristic, ornullif this information is not available. -
toString
- Overrides:
toStringin classIdentifiableValueObject<CellLevelCharacteristics>
-
equals
- Overrides:
equalsin classIdentifiableValueObject<CellLevelCharacteristics>
-
canEqual
- Overrides:
canEqualin classIdentifiableValueObject<CellLevelCharacteristics>
-
hashCode
public int hashCode()- Overrides:
hashCodein classIdentifiableValueObject<CellLevelCharacteristics>
-