it.eng.spagobi.analiticalmodel.document.metadata
Class SbiObjFuncId

java.lang.Object
  extended by it.eng.spagobi.analiticalmodel.document.metadata.SbiObjFuncId
All Implemented Interfaces:
java.io.Serializable

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

SbiObjFuncId generated by hbm2java

See Also:
Serialized Form

Constructor Summary
SbiObjFuncId()
          default constructor.
 
Method Summary
 boolean equals(java.lang.Object other)
           
 SbiFunctions getSbiFunctions()
          Gets the sbi functions.
 SbiObjects getSbiObjects()
          Gets the sbi objects.
 int hashCode()
           
 void setSbiFunctions(SbiFunctions sbiFunctions)
          Sets the sbi functions.
 void setSbiObjects(SbiObjects sbiObjects)
          Sets the sbi objects.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbiObjFuncId

public SbiObjFuncId()
default constructor.

Method Detail

getSbiFunctions

public SbiFunctions getSbiFunctions()
Gets the sbi functions.

Returns:
the sbi functions

setSbiFunctions

public void setSbiFunctions(SbiFunctions sbiFunctions)
Sets the sbi functions.

Parameters:
sbiFunctions - the new sbi functions

getSbiObjects

public SbiObjects getSbiObjects()
Gets the sbi objects.

Returns:
the sbi objects

setSbiObjects

public void setSbiObjects(SbiObjects sbiObjects)
Sets the sbi objects.

Parameters:
sbiObjects - the new sbi objects

equals

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

hashCode

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