|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.engines.dossier.bo.DossierPresentation
public class DossierPresentation
Constructor Summary | |
---|---|
DossierPresentation()
|
Method Summary | |
---|---|
java.lang.Boolean |
getApproved()
Gets the approved. |
java.lang.Integer |
getBinId()
Gets the bin id. |
java.lang.Integer |
getBiobjectId()
Gets the biobject id. |
byte[] |
getContent()
Gets the content. |
java.util.Date |
getCreationDate()
Gets the creation date. |
java.lang.Integer |
getId()
Gets the id. |
java.lang.String |
getName()
Gets the name. |
java.lang.Integer |
getProg()
Gets the prog. |
java.lang.Long |
getWorkflowProcessId()
Gets the workflow process id. |
void |
setApproved(java.lang.Boolean approved)
Sets the approved. |
void |
setBinId(java.lang.Integer binId)
Sets the bin id. |
void |
setBiobjectId(java.lang.Integer biobjectId)
Sets the biobject id. |
void |
setContent(byte[] content)
Sets the content. |
void |
setCreationDate(java.util.Date creationDate)
Sets the creation date. |
void |
setId(java.lang.Integer id)
Sets the id. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setProg(java.lang.Integer prog)
Sets the prog. |
void |
setWorkflowProcessId(java.lang.Long workflowProcessId)
Sets the workflow process id. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DossierPresentation()
Method Detail |
---|
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
id
- the new idpublic java.lang.Integer getBiobjectId()
public void setBiobjectId(java.lang.Integer biobjectId)
biobjectId
- the new biobject idpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the new namepublic byte[] getContent() throws it.eng.spago.error.EMFUserError, it.eng.spago.error.EMFInternalError
it.eng.spago.error.EMFUserError
- the EMF user error
it.eng.spago.error.EMFInternalError
- the EMF internal errorpublic void setContent(byte[] content)
content
- the new contentpublic java.lang.Integer getProg()
public void setProg(java.lang.Integer prog)
prog
- the new progpublic java.util.Date getCreationDate()
public void setCreationDate(java.util.Date creationDate)
creationDate
- the new creation datepublic java.lang.Boolean getApproved()
public void setApproved(java.lang.Boolean approved)
approved
- the new approvedpublic java.lang.Integer getBinId()
public void setBinId(java.lang.Integer binId)
binId
- the new bin idpublic java.lang.Long getWorkflowProcessId()
public void setWorkflowProcessId(java.lang.Long workflowProcessId)
workflowProcessId
- the new workflow process id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |