class Zip extends AbstractEntity

Zip

Methods

offsetExists($offset)

No description

offsetSet($offset, $value)

No description

offsetGet($offset)

No description

offsetUnset($offset)

No description

string
__toString()

No description

integer
getId()

Get id

Zip
setZipcode(string $zipcode)

Set zipcode

string
getZipcode()

Get zipcode

Zip
setState(string $state)

Set state

string
getState()

Get state

Zip
setCity(string $city)

Set city

string
getCity()

Get city

Zip
setTown(string $town)

Set town

string
getTown()

Get town

Details

in AbstractEntity at line 10
offsetExists($offset)

Parameters

$offset

in AbstractEntity at line 17
offsetSet($offset, $value)

Parameters

$offset
$value

in AbstractEntity at line 21
offsetGet($offset)

Parameters

$offset

in AbstractEntity at line 32
offsetUnset($offset)

Parameters

$offset

at line 15
string __toString()

Return Value

string

at line 51
integer getId()

Get id

Return Value

integer

at line 62
Zip setZipcode(string $zipcode)

Set zipcode

Parameters

string $zipcode

Return Value

Zip

at line 74
string getZipcode()

Get zipcode

Return Value

string

at line 85
Zip setState(string $state)

Set state

Parameters

string $state

Return Value

Zip

at line 97
string getState()

Get state

Return Value

string

at line 108
Zip setCity(string $city)

Set city

Parameters

string $city

Return Value

Zip

at line 120
string getCity()

Get city

Return Value

string

at line 131
Zip setTown(string $town)

Set town

Parameters

string $town

Return Value

Zip

at line 143
string getTown()

Get town

Return Value

string