Class Address
java.lang.Object
com.sap.hybris.saprevenuecloudcustomer.dto.Address
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCity()getEmail()getPhone()getState()voidvoidsetCountry(String country) voidvoidsetHouseNumber(String houseNumber) voidsetIsDefault(String isDefault) voidvoidsetPostalCode(String postalCode) voidvoidtoString()
-
Constructor Details
-
Address
public Address()
-
-
Method Details
-
toString
-
getEmail
- Returns:
- the email
-
setEmail
- Parameters:
email- the email to set
-
getPhone
- Returns:
- the phone
-
setPhone
- Parameters:
phone- the phone to set
-
getStreet
- Returns:
- the street
-
setStreet
- Parameters:
street- the street to set
-
getHouseNumber
- Returns:
- the houseNumber
-
setHouseNumber
- Parameters:
houseNumber- the houseNumber to set
-
getCity
- Returns:
- the city
-
setCity
- Parameters:
city- the city to set
-
getState
- Returns:
- the state
-
setState
- Parameters:
state- the state to set
-
getPostalCode
- Returns:
- the postalCode
-
setPostalCode
- Parameters:
postalCode- the postalCode to set
-
getCountry
- Returns:
- the country
-
setCountry
- Parameters:
country- the country to set
-
getIsDefault
- Returns:
- the isDefault
-
setIsDefault
- Parameters:
isDefault- the isDefault to set
-