it.eng.spagobi.metadata
Class SbiObjFunc

java.lang.Object
  extended by it.eng.spagobi.metadata.SbiObjFunc
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public class SbiObjFunc
extends java.lang.Object
implements java.io.Serializable, java.lang.Comparable

SbiObjFunc generated by hbm2java

See Also:
Serialized Form

Constructor Summary
SbiObjFunc()
          default constructor
SbiObjFunc(SbiObjFuncId id)
          constructor with id
 
Method Summary
 int compareTo(java.lang.Object obj2)
           
 SbiObjFuncId getId()
           
 java.lang.Integer getProg()
           
 void setId(SbiObjFuncId id)
           
 void setProg(java.lang.Integer prog)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbiObjFunc

public SbiObjFunc()
default constructor


SbiObjFunc

public SbiObjFunc(SbiObjFuncId id)
constructor with id

Method Detail

getId

public SbiObjFuncId getId()

setId

public void setId(SbiObjFuncId id)

getProg

public java.lang.Integer getProg()

setProg

public void setProg(java.lang.Integer prog)

compareTo

public int compareTo(java.lang.Object obj2)
Specified by:
compareTo in interface java.lang.Comparable