it.eng.spagobi.behaviouralmodel.analyticaldriver.metadata
Class SbiObjParuse

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

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

See Also:
Serialized Form

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

SbiObjParuse

public SbiObjParuse()
default constructor.


SbiObjParuse

public SbiObjParuse(SbiObjParuseId id)
constructor with id.

Parameters:
id - the id
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

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

getId

public SbiObjParuseId getId()
Gets the id.

Returns:
the id

setId

public void setId(SbiObjParuseId objparuseId)
Sets the id.

Parameters:
objparuseId - the new id