Class UserUpdateRequest
java.lang.Object
com.iland.core.web.rest.request.user.UserUpdateRequest
- All Implemented Interfaces:
Serializable
User Update Request.
- Author:
- Nick Kasprzak
- See Also:
-
Constructor Details
-
UserUpdateRequest
-
-
Method Details
-
getFullname
Get the full name.- Returns:
Stringthe user's full name
-
getPhone
Get the phone.- Returns:
Stringphone
-
getCompany
Get the company.- Returns:
Stringcompany
-
getAddress
Get the address.- Returns:
Stringaddress
-
getCity
Get the city.- Returns:
Stringcity
-
getState
Get the state.- Returns:
Stringstate
-
getZip
Get the zip.- Returns:
Stringzip
-
getCountry
Get the country.- Returns:
Stringcountry
-