Class TabbyShippingAddress
java.lang.Object
com.broadleafcommerce.tabby.domain.TabbyShippingAddress
- All Implemented Interfaces:
Serializable
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Building name, apartment number.getCity()
Name of city, municipality, or village.getZip()
Postal code.int
hashCode()
void
setAddress
(String address) Building name, apartment number.void
Name of city, municipality, or village.void
Postal code.toString()
-
Constructor Details
-
TabbyShippingAddress
public TabbyShippingAddress()
-
-
Method Details
-
getCity
Name of city, municipality, or village. -
getAddress
Building name, apartment number. -
getZip
Postal code. -
setCity
Name of city, municipality, or village. -
setAddress
Building name, apartment number. -
setZip
Postal code. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-