public class Provider extends Entity implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
_provides |
static String |
FIELD_DATA |
static String |
FIELD_ID |
static String |
FIELD_NAME |
static String |
FIELD_PROVIDES |
| Constructor and Description |
|---|
Provider() |
| Modifier and Type | Method and Description |
|---|---|
String |
getProvides() |
Provider |
safeSetData(Map<String,Object> value) |
Provider |
safeSetId(String value) |
Provider |
safeSetName(String value) |
Provider |
safeSetProvides(String value) |
Provider |
setData(Map<String,Object> value) |
Provider |
setId(String value) |
Provider |
setName(String value) |
Provider |
setProvides(String value) |
clean, getDirtyFields, isDirty, setDirtypublic static final String FIELD_DATA
public static final String FIELD_ID
public static final String FIELD_NAME
public static final String FIELD_PROVIDES
protected String _provides
Copyright 2022 OneSpan All rights reserved.