PHP Interface WellCommerce\Bundle\CompanyBundle\Entity\CompanyAddressInterface

Author: Adam Piotrowski ([email protected])
Show file Open project: wellcommerce/wellcommerce

Public Methods

Method Description
getCity ( ) : string
getCountry ( ) : string
getLine1 ( ) : string
getLine2 ( ) : string
getPostalCode ( ) : string
getState ( ) : string
setCity ( string $city )
setCountry ( string $country )
setLine1 ( string $street )
setLine2 ( string $streetNo )
setPostalCode ( string $postalCode )
setState ( string $state )

Method Details

getCity() public method

public getCity ( ) : string
return string

getCountry() public method

public getCountry ( ) : string
return string

getLine1() public method

public getLine1 ( ) : string
return string

getLine2() public method

public getLine2 ( ) : string
return string

getPostalCode() public method

public getPostalCode ( ) : string
return string

getState() public method

public getState ( ) : string
return string

setCity() public method

public setCity ( string $city )
$city string

setCountry() public method

public setCountry ( string $country )
$country string

setLine1() public method

public setLine1 ( string $street )
$street string

setLine2() public method

public setLine2 ( string $streetNo )
$streetNo string

setPostalCode() public method

public setPostalCode ( string $postalCode )
$postalCode string

setState() public method

public setState ( string $state )
$state string