|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.analiticalmodel.document.bo.SubObject
public class SubObject
Constructor Summary | |
---|---|
SubObject()
|
Method Summary | |
---|---|
java.lang.Integer |
getBinaryContentId()
Gets the binary content id. |
java.lang.Integer |
getBiobjId()
Gets the biobj id. |
byte[] |
getContent()
Tries to load binary content from database for this SubObject instance, given its binary content identifier, if content field is null. |
java.util.Date |
getCreationDate()
Gets the creation date. |
java.lang.String |
getDescription()
Gets the description. |
java.lang.Integer |
getId()
Gets the id. |
java.lang.Boolean |
getIsPublic()
Gets the checks if is public. |
java.util.Date |
getLastChangeDate()
Gets the last change date. |
java.lang.String |
getName()
Gets the name. |
java.lang.String |
getOwner()
Gets the owner. |
void |
setBinaryContentId(java.lang.Integer binaryContentId)
Sets the binary content id. |
void |
setBiobjId(java.lang.Integer biobjId)
Sets the biobj id. |
void |
setContent(byte[] content)
Sets the content. |
void |
setCreationDate(java.util.Date creationDate)
Sets the creation date. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setId(java.lang.Integer id)
Sets the id. |
void |
setIsPublic(java.lang.Boolean isPublic)
Sets the checks if is public. |
void |
setLastChangeDate(java.util.Date lastChangeDate)
Sets the last change date. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setOwner(java.lang.String owner)
Sets the owner. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubObject()
Method Detail |
---|
public java.lang.Integer getBinaryContentId()
public void setBinaryContentId(java.lang.Integer binaryContentId)
binaryContentId
- the new binary content idpublic 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.Boolean getIsPublic()
public void setIsPublic(java.lang.Boolean isPublic)
isPublic
- the new checks if is publicpublic java.lang.String getOwner()
public void setOwner(java.lang.String owner)
owner
- the new ownerpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the new descriptionpublic java.util.Date getLastChangeDate()
public void setLastChangeDate(java.util.Date lastChangeDate)
lastChangeDate
- the new last change datepublic java.util.Date getCreationDate()
public void setCreationDate(java.util.Date creationDate)
creationDate
- the new creation datepublic 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 |