Interface CustomerAddressInterface

Interface CustomerAddressInterface

CustomerAddressInterface implements AddressBlockInterface

Direct known implementers

CustomerAddress

Package: Customer\Interfaces
Category: System
Extends: AddressBlockInterface
Located at Services/Core/Address/Interfaces/CustomerAddressInterface.inc.php

Methods summary

public getId( void ) : integer

Getter method for the ID

public setId( IdType $id )

Setter method for the ID

public getCustomerId( void ) : integer

Getter method for the customer ID

public setCustomerId( IdType $customerId )

Setter method for the customer ID

public getAddressClass( void ) : AddressClassInterface

Getter method for the address class

public setAddressClass( AddressClassInterface $addressClass )

Setter method for the address class

public setB2BStatus( CustomerB2BStatusInterface $b2bStatus )

Setter method for the address class

Methods inherited from AddressBlockInterface

getAdditionalAddressInfo(), getB2BStatus(), getCity(), getCompany(), getCountry(), getCountryZone(), getFirstname(), getGender(), getHouseNumber(), getLastname(), getPostcode(), getStreet(), getSuburb()