Module com.hack23.cia.service.api
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,java.io.Serializable
The Class RegisterUserRequest.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjava.lang.StringGets the country.java.lang.StringgetEmail()Gets the email.java.lang.StringGets the session id.java.lang.StringGets the username.java.lang.StringGets the userpassword.com.hack23.cia.model.internal.application.user.impl.UserTypeGets the user type.voidsetCountry(java.lang.String country) Sets the country.voidsetEmail(java.lang.String email) Sets the email.voidsetSessionId(java.lang.String sessionId) Sets the session id.voidsetUsername(java.lang.String username) Sets the username.voidsetUserpassword(java.lang.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, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
RegisterUserRequest
public RegisterUserRequest()Instantiates a new register user request.
-
-
Method Details
-
getCountry
public java.lang.String getCountry()Gets the country.- Returns:
- the country
-
setCountry
public void setCountry(java.lang.String country) Sets the country.- Parameters:
country- the new country
-
getUsername
public java.lang.String getUsername()Gets the username.- Returns:
- the username
-
setUsername
public void setUsername(java.lang.String username) Sets the username.- Parameters:
username- the new username
-
getEmail
public java.lang.String getEmail()Gets the email.- Returns:
- the email
-
setEmail
public void setEmail(java.lang.String email) Sets the email.- Parameters:
email- the new email
-
getUserpassword
public java.lang.String getUserpassword()Gets the userpassword.- Returns:
- the userpassword
-
setUserpassword
public void setUserpassword(java.lang.String userpassword) 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
public java.lang.String getSessionId()Gets the session id.- Returns:
- the session id
-
setSessionId
public void setSessionId(java.lang.String sessionId) Sets the session id.- Parameters:
sessionId- the new session id
-