net.nan21.dnet.module.ad.usr.ds.param
Class UserDsParam

java.lang.Object
  extended by net.nan21.dnet.core.presenter.model.EmptyParam
      extended by net.nan21.dnet.module.ad.usr.ds.param.UserDsParam

public class UserDsParam
extends net.nan21.dnet.core.presenter.model.EmptyParam


Field Summary
static String fCONFIRMPASSWORD
           
static String fINGROUP
           
static String fINGROUPID
           
static String fNEWPASSWORD
           
static String fWITHROLE
           
static String fWITHROLEID
           
 
Constructor Summary
UserDsParam()
           
 
Method Summary
 String getConfirmPassword()
           
 String getInGroup()
           
 Long getInGroupId()
           
 String getNewPassword()
           
 String getWithRole()
           
 Long getWithRoleId()
           
 void setConfirmPassword(String confirmPassword)
           
 void setInGroup(String inGroup)
           
 void setInGroupId(Long inGroupId)
           
 void setNewPassword(String newPassword)
           
 void setWithRole(String withRole)
           
 void setWithRoleId(Long withRoleId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fNEWPASSWORD

public static final String fNEWPASSWORD
See Also:
Constant Field Values

fCONFIRMPASSWORD

public static final String fCONFIRMPASSWORD
See Also:
Constant Field Values

fWITHROLEID

public static final String fWITHROLEID
See Also:
Constant Field Values

fWITHROLE

public static final String fWITHROLE
See Also:
Constant Field Values

fINGROUPID

public static final String fINGROUPID
See Also:
Constant Field Values

fINGROUP

public static final String fINGROUP
See Also:
Constant Field Values
Constructor Detail

UserDsParam

public UserDsParam()
Method Detail

getNewPassword

public String getNewPassword()

setNewPassword

public void setNewPassword(String newPassword)

getConfirmPassword

public String getConfirmPassword()

setConfirmPassword

public void setConfirmPassword(String confirmPassword)

getWithRoleId

public Long getWithRoleId()

setWithRoleId

public void setWithRoleId(Long withRoleId)

getWithRole

public String getWithRole()

setWithRole

public void setWithRole(String withRole)

getInGroupId

public Long getInGroupId()

setInGroupId

public void setInGroupId(Long inGroupId)

getInGroup

public String getInGroup()

setInGroup

public void setInGroup(String inGroup)


Copyright © 2012. All Rights Reserved.