Class: Address

base.Address

new Address()

Source:

Methods

(static) Address#getAddress1() → {String}

Get the field value
Source:
Returns:
Type
String

(static) Address#getAddress2() → {String}

Get the field value
Source:
Returns:
Type
String

(static) Address#getAddress3() → {String}

Get the field value
Source:
Returns:
Type
String

(static) Address#getCity() → {String}

Get the field value
Source:
Returns:
Type
String

(static) Address#getCountry() → {String}

Get the field value
Source:
Returns:
Type
String

(static) Address#getPhoneNumber() → {String}

Get the field value
Source:
Returns:
Type
String

(static) Address#getState() → {String}

Get the field value
Source:
Returns:
Type
String

(static) Address#getZip() → {String}

Get the field value
Source:
Returns:
Type
String

(static) Address#setAddress1(address1)

Set the field value
Parameters:
Name Type Description
address1 String
Source:

(static) Address#setAddress2(address2)

Set the field value
Parameters:
Name Type Description
address2 String
Source:

(static) Address#setAddress3(address3)

Set the field value
Parameters:
Name Type Description
address3 String
Source:

(static) Address#setCity(city)

Set the field value
Parameters:
Name Type Description
city String
Source:

(static) Address#setCountry(country)

Set the field value
Parameters:
Name Type Description
country String
Source:

(static) Address#setPhoneNumber(phoneNumber)

Set the field value
Parameters:
Name Type Description
phoneNumber String
Source:

(static) Address#setState(state)

Set the field value
Parameters:
Name Type Description
state String
Source:

(static) Address#setZip(zip)

Set the field value
Parameters:
Name Type Description
zip String
Source: