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

java.lang.Object
  extended by it.eng.spagobi.analiticalmodel.document.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()
          Gets the id.
 java.lang.Integer getProg()
          Gets the prog.
 void setId(SbiObjFuncId id)
          Sets the id.
 void setProg(java.lang.Integer prog)
          Sets the prog.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbiObjFunc

public SbiObjFunc()
default constructor.


SbiObjFunc

public SbiObjFunc(SbiObjFuncId id)
constructor with id.

Parameters:
id - the id
Method Detail

getId

public SbiObjFuncId getId()
Gets the id.

Returns:
the id

setId

public void setId(SbiObjFuncId id)
Sets the id.

Parameters:
id - the new id

getProg

public java.lang.Integer getProg()
Gets the prog.

Returns:
the prog

setProg

public void setProg(java.lang.Integer prog)
Sets the prog.

Parameters:
prog - the new prog

compareTo

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