public class Address extends Model implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
_address1 |
protected String |
_address2 |
protected String |
_city |
protected String |
_country |
protected String |
_state |
protected String |
_zipcode |
static String |
FIELD_ADDRESS1 |
static String |
FIELD_ADDRESS2 |
static String |
FIELD_CITY |
static String |
FIELD_COUNTRY |
static String |
FIELD_STATE |
static String |
FIELD_ZIPCODE |
| Constructor and Description |
|---|
Address() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress1() |
String |
getAddress2() |
String |
getCity() |
String |
getCountry() |
String |
getState() |
String |
getZipcode() |
Address |
safeSetAddress1(String value) |
Address |
safeSetAddress2(String value) |
Address |
safeSetCity(String value) |
Address |
safeSetCountry(String value) |
Address |
safeSetState(String value) |
Address |
safeSetZipcode(String value) |
Address |
setAddress1(String value) |
Address |
setAddress2(String value) |
Address |
setCity(String value) |
Address |
setCountry(String value) |
Address |
setState(String value) |
Address |
setZipcode(String value) |
clean, getDirtyFields, isDirty, setDirtypublic static final String FIELD_ADDRESS1
public static final String FIELD_ADDRESS2
public static final String FIELD_CITY
public static final String FIELD_COUNTRY
public static final String FIELD_STATE
public static final String FIELD_ZIPCODE
protected String _address1
protected String _address2
protected String _city
protected String _country
protected String _state
protected String _zipcode
Copyright 2022 OneSpan All rights reserved.