|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.commons.metadata.SbiHibernateModel
it.eng.spagobi.analiticalmodel.document.metadata.SbiObjNotes
public class SbiObjNotes
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 |
---|
public SbiObjNotes()
Method Detail |
---|
public java.lang.Integer getObjNoteId()
public void setObjNoteId(java.lang.Integer objNoteId)
objNoteId
- the new obj note idpublic SbiObjects getSbiObject()
public void setSbiObject(SbiObjects sbiObject)
sbiObject
- the new sbi objectpublic SbiBinContents getSbiBinContents()
public void setSbiBinContents(SbiBinContents sbiBinContents)
sbiBinContents
- the new sbi bin contentspublic java.lang.String getExecReq()
public void setExecReq(java.lang.String execReq)
execReq
- the new exec reqpublic java.lang.String getOwner()
public void setOwner(java.lang.String owner)
owner
- the owner to setpublic java.lang.Boolean getIsPublic()
public void setIsPublic(java.lang.Boolean isPublic)
isPublic
- the isPublic to setpublic java.util.Date getCreationDate()
public void setCreationDate(java.util.Date creationDate)
creationDate
- the creationDate to setpublic java.util.Date getLastChangeDate()
public void setLastChangeDate(java.util.Date lastChangeDate)
lastChangeDate
- the lastChangeDate to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |