it.eng.spagobi.analiticalmodel.document.bo
Class ObjNote

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

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

See Also:
Serialized Form

Constructor Summary
ObjNote()
           
 
Method Summary
 java.lang.Integer getBinId()
          Gets the bin id.
 java.lang.Integer getBiobjId()
          Gets the biobj id.
 byte[] getContent()
          Gets the content.
 java.util.Date getCreationDate()
           
 java.lang.String getExecReq()
          Gets the exec req.
 java.lang.Integer getId()
          Gets the id.
 java.lang.Boolean getIsDeletable()
           
 java.lang.Boolean getIsPublic()
           
 java.util.Date getLastChangeDate()
           
 java.lang.String getNotes()
           
 java.lang.String getOwner()
           
 void setBinId(java.lang.Integer binId)
          Sets the bin id.
 void setBiobjId(java.lang.Integer biobjId)
          Sets the biobj id.
 void setContent(byte[] content)
          Sets the content.
 void setCreationDate(java.util.Date creationDate)
           
 void setExecReq(java.lang.String execReq)
          Sets the exec req.
 void setId(java.lang.Integer id)
          Sets the id.
 void setIsDeletable(java.lang.Boolean isDeletable)
           
 void setIsPublic(java.lang.Boolean isPublic)
           
 void setLastChangeDate(java.util.Date lastChangeDate)
           
 void setNotes(java.lang.String notes)
           
 void setOwner(java.lang.String owner)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjNote

public ObjNote()
Method Detail

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

getId

public java.lang.Integer getId()
Gets the id.

Returns:
the id

setId

public void setId(java.lang.Integer id)
Sets the id.

Parameters:
id - the new id

getBiobjId

public java.lang.Integer getBiobjId()
Gets the biobj id.

Returns:
the biobj id

setBiobjId

public void setBiobjId(java.lang.Integer biobjId)
Sets the biobj id.

Parameters:
biobjId - the new biobj id

getBinId

public java.lang.Integer getBinId()
Gets the bin id.

Returns:
the bin id

setBinId

public void setBinId(java.lang.Integer binId)
Sets the bin id.

Parameters:
binId - the new bin id

getContent

public byte[] getContent()
Gets the content.

Returns:
the content

setContent

public void setContent(byte[] content)
Sets the content.

Parameters:
content - the new content

getIsPublic

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

setIsPublic

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

getOwner

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

setOwner

public void setOwner(java.lang.String owner)
Parameters:
owner - the owner 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

getCreationDate

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

setCreationDate

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

getNotes

public java.lang.String getNotes()
Returns:
the notes

setNotes

public void setNotes(java.lang.String notes)
Parameters:
notes - the notes to set

getIsDeletable

public java.lang.Boolean getIsDeletable()
Returns:
the isDeletable

setIsDeletable

public void setIsDeletable(java.lang.Boolean isDeletable)
Parameters:
isDeletable - the isDeletable to set