Package de.xima.fc.dao.utils
Class ProcessProtocolParams
- java.lang.Object
-
- de.xima.fc.dao.utils.ProcessProtocolParams
-
- All Implemented Interfaces:
Serializable
public class ProcessProtocolParams extends Object implements Serializable
POJO with the data required for adding a processing protocol entry. Also used by the form record DAO to read the data for the protocol entries of form records about to be deleted.- Since:
- 6.6
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getClientId()
Long
getFormId()
Long
getFormRecordId()
String
getFormRecordProcessId()
String
getFormTitle()
String
toString()
-
-
-
Constructor Detail
-
ProcessProtocolParams
public ProcessProtocolParams(Long formRecordId, String formRecordProcessId, Long formId, String formTitle, Long clientId)
Creates a new POJO with the given data.- Parameters:
formRecordId
- TheIEntity.getId()
of theVorgang
.formRecordProcessId
- TheVorgang.getProzessId()
of theVorgang
.formId
- TheIEntity.getId()
of theProjekt
.formTitle
- TheProjekt.getTitel()
of theProjekt
.clientId
- TheIEntity.getId()
of theMandant
.
-
-
Method Detail
-
getFormRecordProcessId
public String getFormRecordProcessId()
- Returns:
- The
Vorgang.getProzessId()
of theVorgang
.
-
getFormTitle
public String getFormTitle()
- Returns:
- The
Projekt.getTitel()
of theProjekt
.
-
-