public class IdvWorkflow extends Model implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
desc |
static String |
FIELD_DESC |
static String |
FIELD_ID |
static String |
FIELD_TENANT |
static String |
FIELD_TYPE |
protected String |
id |
protected String |
tenant |
protected String |
type |
| Constructor and Description |
|---|
IdvWorkflow() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDesc() |
String |
getId() |
String |
getTenant() |
String |
getType() |
IdvWorkflow |
setDesc(String value) |
IdvWorkflow |
setId(String value) |
IdvWorkflow |
setTenant(String value) |
IdvWorkflow |
setType(String value) |
clean, getDirtyFields, isDirty, setDirtypublic static final String FIELD_ID
public static final String FIELD_TYPE
public static final String FIELD_TENANT
public static final String FIELD_DESC
protected String id
protected String type
protected String tenant
protected String desc
public IdvWorkflow setId(String value)
public String getId()
public IdvWorkflow setType(String value)
public String getType()
public IdvWorkflow setTenant(String value)
public String getTenant()
public IdvWorkflow setDesc(String value)
public String getDesc()
Copyright 2022 OneSpan All rights reserved.