|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.analiticalmodel.document.bo.ObjNote
public class ObjNote
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 |
---|
public ObjNote()
Method Detail |
---|
public java.lang.String getExecReq()
public void setExecReq(java.lang.String execReq)
execReq
- the new exec reqpublic java.lang.Integer getId()
public void setId(java.lang.Integer id)
id
- the new idpublic java.lang.Integer getBiobjId()
public void setBiobjId(java.lang.Integer biobjId)
biobjId
- the new biobj idpublic java.lang.Integer getBinId()
public void setBinId(java.lang.Integer binId)
binId
- the new bin idpublic byte[] getContent()
public void setContent(byte[] content)
content
- the new content
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |