|
||||||||||
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.SbiSnapshots
public class SbiSnapshots
Constructor Summary | |
---|---|
SbiSnapshots()
|
Method Summary | |
---|---|
java.util.Date |
getCreationDate()
Gets the creation date. |
java.lang.String |
getDescription()
Gets the description. |
java.lang.String |
getName()
Gets the name. |
SbiBinContents |
getSbiBinContents()
Gets the sbi bin contents. |
SbiObjects |
getSbiObject()
Gets the sbi object. |
java.lang.Integer |
getSnapId()
Gets the snap id. |
void |
setCreationDate(java.util.Date creationDate)
Sets the creation date. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setSbiBinContents(SbiBinContents sbiBinContents)
Sets the sbi bin contents. |
void |
setSbiObject(SbiObjects sbiObject)
Sets the sbi object. |
void |
setSnapId(java.lang.Integer snapId)
Sets the snap id. |
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 SbiSnapshots()
Method Detail |
---|
public java.lang.Integer getSnapId()
public void setSnapId(java.lang.Integer snapId)
snapId
- the new snap 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 getName()
public void setName(java.lang.String name)
name
- the new namepublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the new descriptionpublic java.util.Date getCreationDate()
public void setCreationDate(java.util.Date creationDate)
creationDate
- the new creation date
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |