Package com.saperion.ws.wrapper
Class SaWsUser
java.lang.Object
com.saperion.ws.wrapper.SaWsUser
The Class SaWsUser.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the display name.int
getId()
Gets the id.int
Gets the mandant id.getName()
Gets the name.int
getOrgId()
Gets the org id.getType()
Gets the type.void
setDisplayName
(String newDisplayName) Sets the display name.void
setId
(int newId) Sets the id.void
setMandantId
(int newMandantId) Sets the mandant id.void
Sets the name.void
setOrgId
(int newOrgId) Sets the org id.void
setType
(SaWsGroupKind newType) Sets the type.
-
Constructor Details
-
SaWsUser
public SaWsUser()Instantiates a new sa ws user. -
SaWsUser
public SaWsUser(com.saperion.intf.wf.WorkflowMember member) Instantiates a new sa ws user.- Parameters:
member
- the member
-
-
Method Details
-
setId
public void setId(int newId) Sets the id.- Parameters:
newId
- the new id
-
getId
public int getId()Gets the id.- Returns:
- the id
-
setOrgId
public void setOrgId(int newOrgId) Sets the org id.- Parameters:
newOrgId
- the new org id
-
getOrgId
public int getOrgId()Gets the org id.- Returns:
- the org id
-
setMandantId
public void setMandantId(int newMandantId) Sets the mandant id.- Parameters:
newMandantId
- the new mandant id
-
getMandantId
public int getMandantId()Gets the mandant id.- Returns:
- the mandant id
-
setType
Sets the type.- Parameters:
newType
- the new type
-
getType
Gets the type.- Returns:
- the type
-
setName
Sets the name.- Parameters:
newName
- the new name
-
getName
Gets the name.- Returns:
- the name
-
setDisplayName
Sets the display name.- Parameters:
newDisplayName
- the new display name
-
getDisplayName
Gets the display name.- Returns:
- the display name
-