public abstract class DataVector extends Object implements Identifiable, Serializable
Constructor and Description |
---|
DataVector() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object)
Returns
true if the argument is an DataVector instance and all identifiers for this entity equal the
identifiers of the argument entity. |
byte[] |
getData() |
Long |
getId() |
QuantitationType |
getQuantitationType() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setData(byte[] data) |
void |
setId(Long id) |
void |
setQuantitationType(QuantitationType quantitationType) |
public int hashCode()
public boolean equals(Object object)
true
if the argument is an DataVector instance and all identifiers for this entity equal the
identifiers of the argument entity. Returns false
otherwise.public byte[] getData()
public void setData(byte[] data)
public Long getId()
getId
in interface Identifiable
public void setId(Long id)
public QuantitationType getQuantitationType()
public void setQuantitationType(QuantitationType quantitationType)
Copyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.