Class UserSignUpWsDTO
java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.user.UserSignUpWsDTO
- All Implemented Interfaces:
Serializable
Representation of an UserSignUp. Consists of fields required to register new customer
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUid()voidsetFirstName(String firstName) voidsetLastName(String lastName) voidsetPassword(String password) voidsetTitleCode(String titleCode) void
-
Constructor Details
-
UserSignUpWsDTO
public UserSignUpWsDTO()
-
-
Method Details
-
setUid
-
getUid
-
setFirstName
-
getFirstName
-
setLastName
-
getLastName
-
setTitleCode
-
getTitleCode
-
setPassword
-
getPassword
-