Package com.saperion.ws.wrapper
Class SaWsAuthorizedUser
- java.lang.Object
-
- com.saperion.ws.wrapper.SaWsAuthorizedUser
-
public class SaWsAuthorizedUser extends java.lang.Object
The Class SaWsAuthorizedUser.
-
-
Constructor Summary
Constructors Constructor Description SaWsAuthorizedUser()
Instantiates a new sa ws authorized user.SaWsAuthorizedUser(com.saperion.intf.UsersRights userRights)
Instantiates a new sa ws authorized user.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<SaWsRight>
getRights()
Gets the rights.SaWsUser
getUser()
Gets the user.void
setRights(java.util.List<SaWsRight> newRights)
Sets the rights.void
setUser(SaWsUser newUser)
Sets the user.
-
-
-
Method Detail
-
getUser
public SaWsUser getUser()
Gets the user.- Returns:
- the user
-
setUser
public void setUser(SaWsUser newUser)
Sets the user.- Parameters:
newUser
- the new user
-
getRights
public java.util.List<SaWsRight> getRights()
Gets the rights.- Returns:
- the rights
-
setRights
public void setRights(java.util.List<SaWsRight> newRights)
Sets the rights.- Parameters:
newRights
- the new rights
-
-