cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions
Class RegisterNewUserRequestImpl

java.lang.Object
  extended by cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
      extended by cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.RegisterNewUserRequestImpl
All Implemented Interfaces:
BoxRequest, RegisterNewUserRequest

public class RegisterNewUserRequestImpl
extends BoxRequestImpl
implements RegisterNewUserRequest

Author:
Jimmy

Field Summary
 
Fields inherited from class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
apiKey
 
Constructor Summary
RegisterNewUserRequestImpl()
           
 
Method Summary
 java.lang.String getActionName()
          get action name.
 java.lang.String getLoginName()
           
 java.lang.String getPassword()
           
 void setLoginName(java.lang.String loginName)
           
 void setPassword(java.lang.String password)
           
 
Methods inherited from class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
getApiKey, setApiKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface cn.com.believer.songyuanframework.openapi.storage.box.functions.BoxRequest
getApiKey, setApiKey
 

Constructor Detail

RegisterNewUserRequestImpl

public RegisterNewUserRequestImpl()
Method Detail

getLoginName

public java.lang.String getLoginName()
Specified by:
getLoginName in interface RegisterNewUserRequest
Returns:
the loginName

setLoginName

public void setLoginName(java.lang.String loginName)
Specified by:
setLoginName in interface RegisterNewUserRequest
Parameters:
loginName - the loginName to set

getPassword

public java.lang.String getPassword()
Specified by:
getPassword in interface RegisterNewUserRequest
Returns:
the password

setPassword

public void setPassword(java.lang.String password)
Specified by:
setPassword in interface RegisterNewUserRequest
Parameters:
password - the password to set

getActionName

public java.lang.String getActionName()
Description copied from class: BoxRequestImpl
get action name.

Specified by:
getActionName in interface BoxRequest
Specified by:
getActionName in class BoxRequestImpl
Returns:
action name