it.eng.spagobi.behaviouralmodel.analyticaldriver.bo
Class ObjParuse

java.lang.Object
  extended by it.eng.spagobi.behaviouralmodel.analyticaldriver.bo.ObjParuse
All Implemented Interfaces:
java.io.Serializable

public class ObjParuse
extends java.lang.Object
implements java.io.Serializable

Defines a Business Intelligence object

See Also:
Serialized Form

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

ObjParuse

public ObjParuse()
Method Detail

getFilterColumn

public java.lang.String getFilterColumn()
Gets the filter column.

Returns:
the filter column

setFilterColumn

public void setFilterColumn(java.lang.String filterColumn)
Sets the filter column.

Parameters:
filterColumn - the new filter column

getFilterOperation

public java.lang.String getFilterOperation()
Gets the filter operation.

Returns:
the filter operation

setFilterOperation

public void setFilterOperation(java.lang.String filterOperation)
Sets the filter operation.

Parameters:
filterOperation - the new filter operation

getObjParFatherId

public java.lang.Integer getObjParFatherId()
Gets the obj par father id.

Returns:
the obj par father id

setObjParFatherId

public void setObjParFatherId(java.lang.Integer objParFatherId)
Sets the obj par father id.

Parameters:
objParFatherId - the new obj par father id

getObjParId

public java.lang.Integer getObjParId()
Gets the obj par id.

Returns:
the obj par id

setObjParId

public void setObjParId(java.lang.Integer objParId)
Sets the obj par id.

Parameters:
objParId - the new obj par id

getParuseId

public java.lang.Integer getParuseId()
Gets the paruse id.

Returns:
the paruse id

setParuseId

public void setParuseId(java.lang.Integer paruseId)
Sets the paruse id.

Parameters:
paruseId - the new paruse id

getLogicOperator

public java.lang.String getLogicOperator()
Gets the logic operator.

Returns:
the logic operator

setLogicOperator

public void setLogicOperator(java.lang.String logicOperator)
Sets the logic operator.

Parameters:
logicOperator - the new logic operator

getPostCondition

public java.lang.String getPostCondition()
Gets the post condition.

Returns:
the post condition

setPostCondition

public void setPostCondition(java.lang.String postCondition)
Sets the post condition.

Parameters:
postCondition - the new post condition

getPreCondition

public java.lang.String getPreCondition()
Gets the pre condition.

Returns:
the pre condition

setPreCondition

public void setPreCondition(java.lang.String preCondition)
Sets the pre condition.

Parameters:
preCondition - the new pre condition

getProg

public java.lang.Integer getProg()
Gets the prog.

Returns:
the prog

setProg

public void setProg(java.lang.Integer prog)
Sets the prog.

Parameters:
prog - the new prog