public class WFValidationResultEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_TASK |
static int |
TYPE_WORKFLOW |
Constructor and Description |
---|
WFValidationResultEntry() |
WFValidationResultEntry(int type,
long taskEntryId,
java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |
long |
getTaskEntryId() |
int |
getType() |
void |
setMessage(java.lang.String message) |
void |
setTaskEntryId(long taskEntryId) |
void |
setType(int type) |
public static final int TYPE_WORKFLOW
public static final int TYPE_TASK
public WFValidationResultEntry()
public WFValidationResultEntry(int type, long taskEntryId, java.lang.String message)
public int getType()
public long getTaskEntryId()
public java.lang.String getMessage()
public void setType(int type)
type
- the type to setpublic void setTaskEntryId(long taskEntryId)
taskEntryId
- the taskEntryId to setpublic void setMessage(java.lang.String message)
message
- the message to set