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.lang.String getExecReq()
          Gets the exec req.
 java.lang.Integer getId()
          Gets the id.
 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 setExecReq(java.lang.String execReq)
          Sets the exec req.
 void setId(java.lang.Integer id)
          Sets the id.
 
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