|
||||||||||
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.SbiObjState
public class SbiObjState
SbiObjState generated by hbm2java
Constructor Summary | |
---|---|
SbiObjState()
default constructor. |
|
SbiObjState(SbiObjStateId id)
constructor with id. |
Method Summary | |
---|---|
java.util.Date |
getEndDt()
Gets the end dt. |
SbiObjStateId |
getId()
Gets the id. |
java.lang.String |
getNote()
Gets the note. |
void |
setEndDt(java.util.Date endDt)
Sets the end dt. |
void |
setId(SbiObjStateId id)
Sets the id. |
void |
setNote(java.lang.String note)
Sets the note. |
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 SbiObjState()
public SbiObjState(SbiObjStateId id)
id
- the idMethod Detail |
---|
public SbiObjStateId getId()
public void setId(SbiObjStateId id)
id
- the new idpublic java.util.Date getEndDt()
public void setEndDt(java.util.Date endDt)
endDt
- the new end dtpublic java.lang.String getNote()
public void setNote(java.lang.String note)
note
- the new note
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |