|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.engines.dossier.metadata.SbiDossierPresentations
public class SbiDossierPresentations
Constructor Summary | |
---|---|
SbiDossierPresentations()
default constructor. |
|
SbiDossierPresentations(java.lang.Integer presentationId,
java.lang.Integer prog)
minimal constructor. |
|
SbiDossierPresentations(java.lang.Integer presentationId,
java.lang.Long workflowProcessId,
SbiObjects sbiObject,
SbiBinContents sbiBinaryContent,
java.lang.String name,
java.lang.Integer prog,
java.util.Date creationDate,
java.lang.Short approved)
full constructor. |
Method Summary | |
---|---|
java.lang.Short |
getApproved()
Gets the approved. |
java.util.Date |
getCreationDate()
Gets the creation date. |
java.lang.String |
getName()
Gets the name. |
java.lang.Integer |
getPresentationId()
Gets the presentation id. |
java.lang.Integer |
getProg()
Gets the prog. |
SbiBinContents |
getSbiBinaryContent()
Gets the sbi binary content. |
SbiObjects |
getSbiObject()
Gets the sbi object. |
java.lang.Long |
getWorkflowProcessId()
Gets the workflow process id. |
void |
setApproved(java.lang.Short approved)
Sets the approved. |
void |
setCreationDate(java.util.Date creationDate)
Sets the creation date. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setPresentationId(java.lang.Integer presentationId)
Sets the presentation id. |
void |
setProg(java.lang.Integer prog)
Sets the prog. |
void |
setSbiBinaryContent(SbiBinContents sbiBinaryContent)
Sets the sbi binary content. |
void |
setSbiObject(SbiObjects sbiObject)
Sets the sbi object. |
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 SbiDossierPresentations()
public SbiDossierPresentations(java.lang.Integer presentationId, java.lang.Integer prog)
presentationId
- the presentation idprog
- the progpublic SbiDossierPresentations(java.lang.Integer presentationId, java.lang.Long workflowProcessId, SbiObjects sbiObject, SbiBinContents sbiBinaryContent, java.lang.String name, java.lang.Integer prog, java.util.Date creationDate, java.lang.Short approved)
presentationId
- the presentation idworkflowProcessId
- the workflow process idsbiObject
- the sbi objectsbiBinaryContent
- the sbi binary contentname
- the nameprog
- the progcreationDate
- the creation dateapproved
- the approvedMethod Detail |
---|
public java.lang.Integer getPresentationId()
public void setPresentationId(java.lang.Integer presentationId)
presentationId
- the new presentation idpublic SbiObjects getSbiObject()
public void setSbiObject(SbiObjects sbiObject)
sbiObject
- the new sbi objectpublic SbiBinContents getSbiBinaryContent()
public void setSbiBinaryContent(SbiBinContents sbiBinaryContent)
sbiBinaryContent
- the new sbi binary contentpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the new namepublic 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.Short getApproved()
public void setApproved(java.lang.Short approved)
approved
- the new approvedpublic 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 |