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

Field Summary
private  SbiFunctions sbiFunctions
           
private  SbiObjects sbiObjects
           
 
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
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sbiFunctions

private SbiFunctions sbiFunctions

sbiObjects

private SbiObjects sbiObjects
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