|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.commons.metadata.SbiHibernateModel
it.eng.spagobi.engines.dossier.metadata.SbiDossierPartsTemp
public class SbiDossierPartsTemp
Constructor Summary | |
---|---|
SbiDossierPartsTemp()
default constructor. |
|
SbiDossierPartsTemp(java.lang.Integer partId)
minimal constructor. |
|
SbiDossierPartsTemp(java.lang.Integer partId,
SbiObjects sbiObject,
java.lang.Long workflowProcessId,
java.util.Set sbiDossierBinaryContentsTemps)
full constructor. |
Method Summary | |
---|---|
java.lang.Integer |
getPageId()
Gets the page id. |
java.lang.Integer |
getPartId()
Gets the part id. |
java.util.Set |
getSbiDossierBinaryContentsTemps()
Gets the sbi dossier binary contents temps. |
SbiObjects |
getSbiObject()
Gets the sbi object. |
java.lang.Long |
getWorkflowProcessId()
Gets the workflow process id. |
void |
setPageId(java.lang.Integer pageId)
Sets the page id. |
void |
setPartId(java.lang.Integer partId)
Sets the part id. |
void |
setSbiDossierBinaryContentsTemps(java.util.Set sbiDossierBinaryContentsTemps)
Sets the sbi dossier binary contents temps. |
void |
setSbiObject(SbiObjects sbiObject)
Sets the sbi object. |
void |
setWorkflowProcessId(java.lang.Long workflowProcessId)
Sets the workflow process id. |
Methods inherited from class it.eng.spagobi.commons.metadata.SbiHibernateModel |
---|
getCommonInfo, setCommonInfo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SbiDossierPartsTemp()
public SbiDossierPartsTemp(java.lang.Integer partId)
partId
- the part idpublic SbiDossierPartsTemp(java.lang.Integer partId, SbiObjects sbiObject, java.lang.Long workflowProcessId, java.util.Set sbiDossierBinaryContentsTemps)
partId
- the part idsbiObject
- the sbi objectworkflowProcessId
- the workflow process idsbiDossierBinaryContentsTemps
- the sbi dossier binary contents tempsMethod Detail |
---|
public java.lang.Integer getPartId()
public void setPartId(java.lang.Integer partId)
partId
- the new part idpublic SbiObjects getSbiObject()
public void setSbiObject(SbiObjects sbiObject)
sbiObject
- the new sbi objectpublic java.lang.Long getWorkflowProcessId()
public void setWorkflowProcessId(java.lang.Long workflowProcessId)
workflowProcessId
- the new workflow process idpublic java.util.Set getSbiDossierBinaryContentsTemps()
public void setSbiDossierBinaryContentsTemps(java.util.Set sbiDossierBinaryContentsTemps)
sbiDossierBinaryContentsTemps
- the new sbi 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 |