it.eng.spagobi.metadata
Class SbiObjFunc

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

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

SbiObjFunc generated by hbm2java

See Also:
Serialized Form

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

Field Detail

id

private SbiObjFuncId id

prog

private java.lang.Integer prog
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)