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

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

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

See Also:
Serialized Form

Constructor Summary
SbiObjParviewId()
          default constructor.
 
Method Summary
 boolean equals(java.lang.Object other)
           
 java.lang.String getCompareValue()
           
 java.lang.String getOperation()
          Gets the operation.
 SbiObjPar getSbiObjPar()
          Gets the sbi obj par.
 SbiObjPar getSbiObjParFather()
          Gets the sbi obj par father.
 int hashCode()
           
 void setCompareValue(java.lang.String compareValue)
           
 void setOperation(java.lang.String operation)
          Sets the operation.
 void setSbiObjPar(SbiObjPar sbiObjPar)
          Sets the sbi obj par.
 void setSbiObjParFather(SbiObjPar sbiObjParFather)
          Sets the sbi obj par father.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbiObjParviewId

public SbiObjParviewId()
default constructor.

Method Detail

getOperation

public java.lang.String getOperation()
Gets the operation.

Returns:
the filter operation

setOperation

public void setOperation(java.lang.String operation)
Sets the operation.

Parameters:
operation - the new 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

getCompareValue

public java.lang.String getCompareValue()

setCompareValue

public void setCompareValue(java.lang.String compareValue)

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