|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pentaho.di.trans.steps.olapinput.olap4jhelper.AbstractBaseCell
public abstract class AbstractBaseCell
Field Summary | |
---|---|
boolean |
right
|
boolean |
sameAsPrev
|
Constructor Summary | |
---|---|
AbstractBaseCell()
Blank Constructor for serialization dont use. |
|
AbstractBaseCell(boolean right,
boolean sameAsPrev)
BaseCell Constructor, every cell type should inherit basecell. |
Method Summary | |
---|---|
String |
getFormattedValue()
Gets the formatted value. |
String |
getParentDimension()
|
String |
getRawValue()
Gets the raw value. |
void |
setFormattedValue(String formattedValue)
Sets the formatted value. |
void |
setParentDimension(String pdim)
|
void |
setRawValue(String rawValue)
Sets the raw value. |
void |
setRight(boolean set)
|
void |
setSameAsPrev(boolean same)
Set true if value is same as the previous one in the row. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean right
public boolean sameAsPrev
Constructor Detail |
---|
public AbstractBaseCell()
public AbstractBaseCell(boolean right, boolean sameAsPrev)
right
- sameAsPrev
- Method Detail |
---|
public String getFormattedValue()
public String getRawValue()
public void setFormattedValue(String formattedValue)
formattedValue
- the new formatted valuepublic void setRawValue(String rawValue)
rawValue
- the new raw valuepublic void setRight(boolean set)
set
- public void setSameAsPrev(boolean same)
same
- public String toString()
toString
in class Object
public void setParentDimension(String pdim)
public String getParentDimension()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |