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

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

public class DossierPresentation
extends java.lang.Object

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

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

DossierPresentation

public DossierPresentation()
Method Detail

getId

public java.lang.Integer getId()
Gets the id.

Returns:
the id

setId

public void setId(java.lang.Integer id)
Sets the id.

Parameters:
id - the new id

getBiobjectId

public java.lang.Integer getBiobjectId()
Gets the biobject id.

Returns:
the biobject id

setBiobjectId

public void setBiobjectId(java.lang.Integer biobjectId)
Sets the biobject id.

Parameters:
biobjectId - the new biobject id

getName

public java.lang.String getName()
Gets the name.

Returns:
the name

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - the new name

getContent

public byte[] getContent()
                  throws it.eng.spago.error.EMFUserError,
                         it.eng.spago.error.EMFInternalError
Gets the content.

Returns:
the content
Throws:
it.eng.spago.error.EMFUserError - the EMF user error
it.eng.spago.error.EMFInternalError - the EMF internal error

setContent

public void setContent(byte[] content)
Sets the content.

Parameters:
content - the new content

getProg

public java.lang.Integer getProg()
Gets the prog.

Returns:
the prog

setProg

public void setProg(java.lang.Integer prog)
Sets the prog.

Parameters:
prog - the new prog

getCreationDate

public java.util.Date getCreationDate()
Gets the creation date.

Returns:
the creation date

setCreationDate

public void setCreationDate(java.util.Date creationDate)
Sets the creation date.

Parameters:
creationDate - the new creation date

getApproved

public java.lang.Boolean getApproved()
Gets the approved.

Returns:
the approved

setApproved

public void setApproved(java.lang.Boolean approved)
Sets the approved.

Parameters:
approved - the new approved

getBinId

public java.lang.Integer getBinId()
Gets the bin id.

Returns:
the bin id

setBinId

public void setBinId(java.lang.Integer binId)
Sets the bin id.

Parameters:
binId - the new bin 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