Class ExpressionDataMatrixRowElement
- java.lang.Object
- 
- ubic.gemma.core.datastructure.matrix.ExpressionDataMatrixRowElement
 
- 
- All Implemented Interfaces:
- Comparable<ExpressionDataMatrixRowElement>
 
 public class ExpressionDataMatrixRowElement extends Object implements Comparable<ExpressionDataMatrixRowElement> Encapsulates information about the row 'label' for a ExpressionDataMatrix. Normal applications do not need to deal with this very much (I hope).- Author:
- pavlidis
 
- 
- 
Constructor SummaryConstructors Constructor Description ExpressionDataMatrixRowElement(ExpressionDataMatrix<?> matrix, int i)ExpressionDataMatrixRowElement(ExpressionDataMatrixRowElement toCopy)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(ExpressionDataMatrixRowElement o)booleanequals(Object obj)CompositeSequencegetDesignElement()IntegergetIndex()inthashCode()voidsetDesignElement(CompositeSequence designElement)voidsetIndex(Integer index)StringtoString()
 
- 
- 
- 
Constructor Detail- 
ExpressionDataMatrixRowElementpublic ExpressionDataMatrixRowElement(ExpressionDataMatrix<?> matrix, int i) 
 - 
ExpressionDataMatrixRowElementpublic ExpressionDataMatrixRowElement(ExpressionDataMatrixRowElement toCopy) 
 
- 
 - 
Method Detail- 
compareTopublic int compareTo(ExpressionDataMatrixRowElement o) - Specified by:
- compareToin interface- Comparable<ExpressionDataMatrixRowElement>
 
 - 
getDesignElementpublic CompositeSequence getDesignElement() 
 - 
setDesignElementpublic void setDesignElement(CompositeSequence designElement) 
 - 
getIndexpublic Integer getIndex() 
 - 
setIndexpublic void setIndex(Integer index) 
 
- 
 
-