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

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

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

See Also:
Serialized Form

Constructor Summary
SbiObjParuseId()
          default constructor.
 
Method Summary
 boolean equals(java.lang.Object other)
           
 java.lang.String getFilterOperation()
          Gets the filter operation.
 SbiObjPar getSbiObjPar()
          Gets the sbi obj par.
 SbiObjPar getSbiObjParFather()
          Gets the sbi obj par father.
 SbiParuse getSbiParuse()
          Gets the sbi paruse.
 int hashCode()
           
 void setFilterOperation(java.lang.String filterOperation)
          Sets the filter operation.
 void setSbiObjPar(SbiObjPar sbiObjPar)
          Sets the sbi obj par.
 void setSbiObjParFather(SbiObjPar sbiObjParFather)
          Sets the sbi obj par father.
 void setSbiParuse(SbiParuse sbiParuse)
          Sets the sbi paruse.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbiObjParuseId

public SbiObjParuseId()
default constructor.

Method Detail

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

getSbiObjPar

public SbiObjPar getSbiObjPar()
Gets the sbi obj par.

Returns:
the sbi obj par

setSbiObjPar

public void setSbiObjPar(SbiObjPar sbiObjPar)
Sets the sbi obj par.

Parameters:
sbiObjPar - the new sbi obj par

getSbiObjParFather

public SbiObjPar getSbiObjParFather()
Gets the sbi obj par father.

Returns:
the sbi obj par father

setSbiObjParFather

public void setSbiObjParFather(SbiObjPar sbiObjParFather)
Sets the sbi obj par father.

Parameters:
sbiObjParFather - the new sbi obj par father

getSbiParuse

public SbiParuse getSbiParuse()
Gets the sbi paruse.

Returns:
the sbi paruse

setSbiParuse

public void setSbiParuse(SbiParuse sbiParuse)
Sets the sbi paruse.

Parameters:
sbiParuse - the new sbi paruse

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object