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

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

public class SbiObjNotes
extends SbiHibernateModel

See Also:
Serialized Form

Constructor Summary
SbiObjNotes()
           
 
Method Summary
 java.util.Date getCreationDate()
           
 java.lang.String getExecReq()
          Gets the exec req.
 java.lang.Boolean getIsPublic()
           
 java.util.Date getLastChangeDate()
           
 java.lang.Integer getObjNoteId()
          Gets the obj note id.
 java.lang.String getOwner()
           
 SbiBinContents getSbiBinContents()
          Gets the sbi bin contents.
 SbiObjects getSbiObject()
          Gets the sbi object.
 void setCreationDate(java.util.Date creationDate)
           
 void setExecReq(java.lang.String execReq)
          Sets the exec req.
 void setIsPublic(java.lang.Boolean isPublic)
           
 void setLastChangeDate(java.util.Date lastChangeDate)
           
 void setObjNoteId(java.lang.Integer objNoteId)
          Sets the obj note id.
 void setOwner(java.lang.String owner)
           
 void setSbiBinContents(SbiBinContents sbiBinContents)
          Sets the sbi bin contents.
 void setSbiObject(SbiObjects sbiObject)
          Sets the sbi object.
 
Methods inherited from class it.eng.spagobi.commons.metadata.SbiHibernateModel
getCommonInfo, setCommonInfo
 
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

getOwner

public java.lang.String getOwner()
Returns:
the owner

setOwner

public void setOwner(java.lang.String owner)
Parameters:
owner - the owner to set

getIsPublic

public java.lang.Boolean getIsPublic()
Returns:
the isPublic

setIsPublic

public void setIsPublic(java.lang.Boolean isPublic)
Parameters:
isPublic - the isPublic to set

getCreationDate

public java.util.Date getCreationDate()
Returns:
the creationDate

setCreationDate

public void setCreationDate(java.util.Date creationDate)
Parameters:
creationDate - the creationDate to set

getLastChangeDate

public java.util.Date getLastChangeDate()
Returns:
the lastChangeDate

setLastChangeDate

public void setLastChangeDate(java.util.Date lastChangeDate)
Parameters:
lastChangeDate - the lastChangeDate to set