Class UserRequest
java.lang.Object
ch.admin.suis.client.core.service.to.UserRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets thechosenFileproperty.Gets thelanguageproperty.Gets therootNodeproperty.Gets theuserNameproperty.Gets theuserOrgproperty.voidsetUserName(String userName) Sets theuserNameproperty.voidsetUserOrg(String userOrg) Sets theuserOrgproperty.
-
Constructor Details
-
UserRequest
-
-
Method Details
-
getChosenFile
Gets thechosenFileproperty.- Returns:
- the value of the
chosenFileproperty
-
getLanguage
Gets thelanguageproperty.- Returns:
- the value of the
languageproperty
-
getRootNode
Gets therootNodeproperty.- Returns:
- the value of the
rootNodeproperty
-
getUserName
Gets theuserNameproperty.- Returns:
- the value of the
userNameproperty
-
getUserOrg
Gets theuserOrgproperty.- Returns:
- the value of the
userNameproperty
-
setUserName
Sets theuserNameproperty.- Parameters:
userName- the value to set for theuserNameproperty.
-
setUserOrg
Sets theuserOrgproperty.- Parameters:
userOrg- the value to set for theuserOrgproperty.
-