|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.behaviouralmodel.analyticaldriver.metadata.SbiObjParuse
public class SbiObjParuse
Constructor Summary | |
---|---|
SbiObjParuse()
default constructor. |
|
SbiObjParuse(SbiObjParuseId id)
constructor with id. |
Method Summary | |
---|---|
java.lang.String |
getFilterColumn()
Gets the filter column. |
SbiObjParuseId |
getId()
Gets the id. |
java.lang.String |
getLogicOperator()
Gets the logic operator. |
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 |
setId(SbiObjParuseId objparuseId)
Sets the id. |
void |
setLogicOperator(java.lang.String logicOperator)
Sets the logic operator. |
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 SbiObjParuse()
public SbiObjParuse(SbiObjParuseId id)
id
- the idMethod Detail |
---|
public java.lang.String getFilterColumn()
public void setFilterColumn(java.lang.String filterColumn)
filterColumn
- the new filter columnpublic 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 progpublic SbiObjParuseId getId()
public void setId(SbiObjParuseId objparuseId)
objparuseId
- the new id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |