public class Image extends Model implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
_link |
protected String |
_src |
static String |
FIELD_LINK |
static String |
FIELD_SRC |
| Constructor and Description |
|---|
Image() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLink() |
String |
getSrc() |
Image |
safeSetLink(String value) |
Image |
safeSetSrc(String value) |
Image |
setLink(String value) |
Image |
setSrc(String value) |
clean, getDirtyFields, isDirty, setDirtypublic static final String FIELD_LINK
public static final String FIELD_SRC
protected String _link
protected String _src
Copyright 2022 OneSpan All rights reserved.