it.eng.spagobi.engines.dossier.bo
Class DossierPartsTemp

java.lang.Object
  extended by it.eng.spagobi.engines.dossier.bo.DossierPartsTemp

public class DossierPartsTemp
extends java.lang.Object

Author:
Zerbetto (davide.zerbetto@eng.it)

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

DossierPartsTemp

public DossierPartsTemp()
Method Detail

getPartId

public java.lang.Integer getPartId()
Gets the part id.

Returns:
the part id

setPartId

public void setPartId(java.lang.Integer partId)
Sets the part id.

Parameters:
partId - the new part id

getDossierId

public java.lang.Integer getDossierId()
Gets the dossier id.

Returns:
the dossier id

setDossierId

public void setDossierId(java.lang.Integer dossierId)
Sets the dossier id.

Parameters:
dossierId - the new dossier id

getWorkflowProcessId

public java.lang.Long getWorkflowProcessId()
Gets the workflow process id.

Returns:
the workflow process id

setWorkflowProcessId

public void setWorkflowProcessId(java.lang.Long workflowProcessId)
Sets the workflow process id.

Parameters:
workflowProcessId - the new workflow process id

getDossierBinaryContentsTemps

public java.util.List getDossierBinaryContentsTemps()
Gets the dossier binary contents temps.

Returns:
the dossier binary contents temps

setDossierBinaryContentsTemps

public void setDossierBinaryContentsTemps(java.util.List dossierBinaryContentsTemps)
Sets the dossier binary contents temps.

Parameters:
dossierBinaryContentsTemps - the new dossier binary contents temps

getPageId

public java.lang.Integer getPageId()
Gets the page id.

Returns:
the page id

setPageId

public void setPageId(java.lang.Integer pageId)
Sets the page id.

Parameters:
pageId - the new page id