it.eng.spagobi.metadata
Class SbiObjFuncId

java.lang.Object
  extended by it.eng.spagobi.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()
           
 SbiObjects getSbiObjects()
           
 int hashCode()
           
 void setSbiFunctions(SbiFunctions sbiFunctions)
           
 void setSbiObjects(SbiObjects sbiObjects)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbiObjFuncId

public SbiObjFuncId()
default constructor

Method Detail

getSbiFunctions

public SbiFunctions getSbiFunctions()

setSbiFunctions

public void setSbiFunctions(SbiFunctions sbiFunctions)

getSbiObjects

public SbiObjects getSbiObjects()

setSbiObjects

public void setSbiObjects(SbiObjects sbiObjects)

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