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 booleanbooleanBuilding name, apartment number.getCity()Name of city, municipality, or village.getZip()Postal code.inthashCode()voidsetAddress(String address) Building name, apartment number.voidName of city, municipality, or village.voidPostal 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
-