|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.analiticalmodel.document.bo.Snapshot
public class Snapshot
Constructor Summary | |
---|---|
Snapshot()
|
Method Summary | |
---|---|
java.lang.Integer |
getBinId()
Gets the bin id. |
java.lang.Integer |
getBiobjId()
Gets the biobj id. |
byte[] |
getContent()
Tries to load binary content from database for this Snapshot instance, given its binary content identifier, if content field is null. |
java.util.Date |
getDateCreation()
Gets the date creation. |
java.lang.String |
getDescription()
Gets the description. |
java.lang.Integer |
getId()
Gets the id. |
java.lang.String |
getName()
Gets the name. |
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 |
setDateCreation(java.util.Date dateCreation)
Sets the date creation. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setId(java.lang.Integer id)
Sets the id. |
void |
setName(java.lang.String name)
Sets the name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Snapshot()
Method Detail |
---|
public 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.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 getDateCreation()
public void setDateCreation(java.util.Date dateCreation)
dateCreation
- the new date creationpublic java.lang.Integer getBinId()
public void setBinId(java.lang.Integer binId)
binId
- the new bin idpublic byte[] getContent() throws it.eng.spago.error.EMFUserError, it.eng.spago.error.EMFInternalError
it.eng.spago.error.EMFUserError
- if some errors while reading from db occurs
it.eng.spago.error.EMFInternalError
- if some errors while reading from db occurspublic void setContent(byte[] content)
content
- the new content
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |