|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.behaviouralmodel.analyticaldriver.bo.ObjParuse
public class ObjParuse
Defines a Business Intelligence object
Constructor Summary | |
---|---|
ObjParuse()
|
Method Summary | |
---|---|
java.lang.String |
getFilterColumn()
Gets the filter column. |
java.lang.String |
getFilterOperation()
Gets the filter operation. |
java.lang.String |
getLogicOperator()
Gets the logic operator. |
java.lang.Integer |
getObjParFatherId()
Gets the obj par father id. |
java.lang.Integer |
getObjParId()
Gets the obj par id. |
java.lang.Integer |
getParuseId()
Gets the paruse id. |
java.lang.String |
getPostCondition()
Gets the post condition. |
java.lang.String |
getPreCondition()
Gets the pre condition. |
java.lang.Integer |
getProg()
Gets the prog. |
void |
setFilterColumn(java.lang.String filterColumn)
Sets the filter column. |
void |
setFilterOperation(java.lang.String filterOperation)
Sets the filter operation. |
void |
setLogicOperator(java.lang.String logicOperator)
Sets the logic operator. |
void |
setObjParFatherId(java.lang.Integer objParFatherId)
Sets the obj par father id. |
void |
setObjParId(java.lang.Integer objParId)
Sets the obj par id. |
void |
setParuseId(java.lang.Integer paruseId)
Sets the paruse id. |
void |
setPostCondition(java.lang.String postCondition)
Sets the post condition. |
void |
setPreCondition(java.lang.String preCondition)
Sets the pre condition. |
void |
setProg(java.lang.Integer prog)
Sets the prog. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjParuse()
Method Detail |
---|
public java.lang.String getFilterColumn()
public void setFilterColumn(java.lang.String filterColumn)
filterColumn
- the new filter columnpublic java.lang.String getFilterOperation()
public void setFilterOperation(java.lang.String filterOperation)
filterOperation
- the new filter operationpublic java.lang.Integer getObjParFatherId()
public void setObjParFatherId(java.lang.Integer objParFatherId)
objParFatherId
- the new obj par father idpublic java.lang.Integer getObjParId()
public void setObjParId(java.lang.Integer objParId)
objParId
- the new obj par idpublic java.lang.Integer getParuseId()
public void setParuseId(java.lang.Integer paruseId)
paruseId
- the new paruse idpublic java.lang.String getLogicOperator()
public void setLogicOperator(java.lang.String logicOperator)
logicOperator
- the new logic operatorpublic java.lang.String getPostCondition()
public void setPostCondition(java.lang.String postCondition)
postCondition
- the new post conditionpublic java.lang.String getPreCondition()
public void setPreCondition(java.lang.String preCondition)
preCondition
- the new pre conditionpublic java.lang.Integer getProg()
public void setProg(java.lang.Integer prog)
prog
- the new prog
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |