public class ProcessProtocolParams extends Object implements Serializable
Constructor and Description |
---|
ProcessProtocolParams(Long formRecordId,
String formRecordProcessId,
Long formId,
String formTitle,
Long clientId)
Creates a new POJO with the given data.
|
Modifier and Type | Method and Description |
---|---|
Long |
getClientId() |
Long |
getFormId() |
Long |
getFormRecordId() |
String |
getFormRecordProcessId() |
String |
getFormTitle() |
String |
toString() |
public ProcessProtocolParams(Long formRecordId, String formRecordProcessId, Long formId, String formTitle, Long clientId)
formRecordId
- The IEntity.getId()
of the Vorgang
.formRecordProcessId
- The Vorgang.getProzessId()
of the Vorgang
.formId
- The IEntity.getId()
of the Projekt
.formTitle
- The Projekt.getTitel()
of the Projekt
.clientId
- The IEntity.getId()
of the Mandant
.public String getFormRecordProcessId()
Vorgang.getProzessId()
of the Vorgang
.public String getFormTitle()
Projekt.getTitel()
of the Projekt
.Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.