public class SaWsUser extends Object
Constructor and Description |
---|
SaWsUser()
Instantiates a new sa ws user.
|
SaWsUser(com.saperion.intf.wf.WorkflowMember member)
Instantiates a new sa ws user.
|
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
Gets the display name.
|
int |
getId()
Gets the id.
|
int |
getMandantId()
Gets the mandant id.
|
String |
getName()
Gets the name.
|
int |
getOrgId()
Gets the org id.
|
SaWsGroupKind |
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 |
setName(String newName)
Sets the name.
|
void |
setOrgId(int newOrgId)
Sets the org id.
|
void |
setType(SaWsGroupKind newType)
Sets the type.
|
public SaWsUser()
public SaWsUser(com.saperion.intf.wf.WorkflowMember member)
member
- the memberpublic void setId(int newId)
newId
- the new idpublic int getId()
public void setOrgId(int newOrgId)
newOrgId
- the new org idpublic int getOrgId()
public void setMandantId(int newMandantId)
newMandantId
- the new mandant idpublic int getMandantId()
public void setType(SaWsGroupKind newType)
newType
- the new typepublic SaWsGroupKind getType()
public void setName(String newName)
newName
- the new namepublic String getName()
public void setDisplayName(String newDisplayName)
newDisplayName
- the new display namepublic String getDisplayName()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.