|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.engines.dossier.bo.DossierPartsTemp
public class DossierPartsTemp
Constructor Summary | |
---|---|
DossierPartsTemp()
|
Method Summary | |
---|---|
java.util.List |
getDossierBinaryContentsTemps()
Gets the dossier binary contents temps. |
java.lang.Integer |
getDossierId()
Gets the dossier id. |
java.lang.Integer |
getPageId()
Gets the page id. |
java.lang.Integer |
getPartId()
Gets the part id. |
java.lang.Long |
getWorkflowProcessId()
Gets the workflow process id. |
void |
setDossierBinaryContentsTemps(java.util.List dossierBinaryContentsTemps)
Sets the dossier binary contents temps. |
void |
setDossierId(java.lang.Integer dossierId)
Sets the dossier id. |
void |
setPageId(java.lang.Integer pageId)
Sets the page id. |
void |
setPartId(java.lang.Integer partId)
Sets the part id. |
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 DossierPartsTemp()
Method Detail |
---|
public java.lang.Integer getPartId()
public void setPartId(java.lang.Integer partId)
partId
- the new part idpublic java.lang.Integer getDossierId()
public void setDossierId(java.lang.Integer dossierId)
dossierId
- the new dossier idpublic java.lang.Long getWorkflowProcessId()
public void setWorkflowProcessId(java.lang.Long workflowProcessId)
workflowProcessId
- the new workflow process idpublic java.util.List getDossierBinaryContentsTemps()
public void setDossierBinaryContentsTemps(java.util.List dossierBinaryContentsTemps)
dossierBinaryContentsTemps
- the new dossier binary contents tempspublic java.lang.Integer getPageId()
public void setPageId(java.lang.Integer pageId)
pageId
- the new page id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |