Class RegisterUserRequest
java.lang.Object
com.hack23.cia.service.api.action.common.AbstractMessage
com.hack23.cia.service.api.action.common.AbstractRequest
com.hack23.cia.service.api.action.application.RegisterUserRequest
- All Implemented Interfaces:
ServiceMessage,ServiceRequest,Serializable
The Class RegisterUserRequest.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the country.getEmail()Gets the email.Gets the session id.Gets the username.Gets the userpassword.com.hack23.cia.model.internal.application.user.impl.UserTypeGets the user type.voidsetCountry(String country) Sets the country.voidSets the email.voidsetSessionId(String sessionId) Sets the session id.voidsetUsername(String username) Sets the username.voidsetUserpassword(String userpassword) Sets the userpassword.voidsetUserType(com.hack23.cia.model.internal.application.user.impl.UserType userType) Sets the user type.Methods inherited from class com.hack23.cia.service.api.action.common.AbstractMessage
equals, hashCode, toString
-
Constructor Details
-
RegisterUserRequest
public RegisterUserRequest()Instantiates a new register user request.
-
-
Method Details
-
getCountry
Gets the country.- Returns:
- the country
-
setCountry
Sets the country.- Parameters:
country- the new country
-
getUsername
Gets the username.- Returns:
- the username
-
setUsername
Sets the username.- Parameters:
username- the new username
-
getEmail
Gets the email.- Returns:
- the email
-
setEmail
Sets the email.- Parameters:
email- the new email
-
getUserpassword
Gets the userpassword.- Returns:
- the userpassword
-
setUserpassword
Sets the userpassword.- Parameters:
userpassword- the new userpassword
-
getUserType
public com.hack23.cia.model.internal.application.user.impl.UserType getUserType()Gets the user type.- Returns:
- the user type
-
setUserType
public void setUserType(com.hack23.cia.model.internal.application.user.impl.UserType userType) Sets the user type.- Parameters:
userType- the new user type
-
getSessionId
Gets the session id.- Returns:
- the session id
-
setSessionId
Sets the session id.- Parameters:
sessionId- the new session id
-