Class UpdateProfileForm
java.lang.Object
de.hybris.platform.acceleratorstorefrontcommons.forms.UpdateProfileForm
Form object for updating profile.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetFirstName(String firstName) voidsetLastName(String lastName) voidsetTitleCode(String titleCode)
-
Constructor Details
-
UpdateProfileForm
public UpdateProfileForm()
-
-
Method Details
-
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
-