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

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

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

See Also:
Serialized Form

Constructor Summary
SbiObjNotes()
           
 
Method Summary
 java.lang.String getExecReq()
          Gets the exec req.
 java.lang.Integer getObjNoteId()
          Gets the obj note id.
 SbiBinContents getSbiBinContents()
          Gets the sbi bin contents.
 SbiObjects getSbiObject()
          Gets the sbi object.
 void setExecReq(java.lang.String execReq)
          Sets the exec req.
 void setObjNoteId(java.lang.Integer objNoteId)
          Sets the obj note id.
 void setSbiBinContents(SbiBinContents sbiBinContents)
          Sets the sbi bin contents.
 void setSbiObject(SbiObjects sbiObject)
          Sets the sbi object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbiObjNotes

public SbiObjNotes()
Method Detail

getObjNoteId

public java.lang.Integer getObjNoteId()
Gets the obj note id.

Returns:
the obj note id

setObjNoteId

public void setObjNoteId(java.lang.Integer objNoteId)
Sets the obj note id.

Parameters:
objNoteId - the new obj note id

getSbiObject

public SbiObjects getSbiObject()
Gets the sbi object.

Returns:
the sbi object

setSbiObject

public void setSbiObject(SbiObjects sbiObject)
Sets the sbi object.

Parameters:
sbiObject - the new sbi object

getSbiBinContents

public SbiBinContents getSbiBinContents()
Gets the sbi bin contents.

Returns:
the sbi bin contents

setSbiBinContents

public void setSbiBinContents(SbiBinContents sbiBinContents)
Sets the sbi bin contents.

Parameters:
sbiBinContents - the new sbi bin contents

getExecReq

public java.lang.String getExecReq()
Gets the exec req.

Returns:
the exec req

setExecReq

public void setExecReq(java.lang.String execReq)
Sets the exec req.

Parameters:
execReq - the new exec req