Class AddressForm
java.lang.Object
de.hybris.platform.acceleratorservices.web.payment.forms.AddressForm
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLine1()getLine2()getState()voidsetAddressId(String addressId) voidsetCompany(String company) voidsetCountryIso(String countryIso) voidsetEmailAddress(String emailAddress) voidsetFirstName(String firstName) voidsetLastName(String lastName) voidvoidvoidsetPhoneNumber(String phoneNumber) voidsetPostcode(String postcode) voidvoidsetTitleCode(String titleCode) voidsetTownCity(String townCity)
-
Constructor Details
-
AddressForm
public AddressForm()
-
-
Method Details
-
getAddressId
-
setAddressId
-
getTitleCode
- Returns:
- the titleCode
-
setTitleCode
- Parameters:
titleCode- the titleCode to set
-
getFirstName
- Returns:
- the firstName
-
setFirstName
- Parameters:
firstName- the firstName to set
-
getLastName
- Returns:
- the lastName
-
setLastName
- Parameters:
lastName- the lastName to set
-
getLine1
- Returns:
- the line1
-
setLine1
- Parameters:
line1- the line1 to set
-
getLine2
- Returns:
- the line2
-
setLine2
- Parameters:
line2- the line2 to set
-
getTownCity
- Returns:
- the townCity
-
setTownCity
- Parameters:
townCity- the townCity to set
-
getPostcode
- Returns:
- the postcode
-
setPostcode
- Parameters:
postcode- the postcode to set
-
getCountryIso
- Returns:
- the countryIso
-
setCountryIso
- Parameters:
countryIso- the countryIso to set
-
getState
- Returns:
- the state
-
setState
- Parameters:
state- the state to set
-
getPhoneNumber
- Returns:
- the phoneNumber
-
setPhoneNumber
- Parameters:
phoneNumber- the phoneNumber to set
-
getEmailAddress
- Returns:
- the emailAddress
-
setEmailAddress
- Parameters:
emailAddress- the emailAddress to set
-
getCompany
- Returns:
- the company
-
setCompany
- Parameters:
company- the company to set
-