public class SaWsActor extends Object
Constructor and Description |
---|
SaWsActor()
Instantiates a new sa ws actor.
|
SaWsActor(com.saperion.intf.wf.ActorInfo actor)
Instantiates a new sa ws actor.
|
Modifier and Type | Method and Description |
---|---|
String |
getFullName()
Gets the full name.
|
int |
getId()
Gets the id.
|
int |
getOrgUnitId()
Gets the org unit id.
|
String |
getOrgUnitName()
Gets the org unit name.
|
String |
getShortName()
Gets the short name.
|
void |
setFullName(String newFullName)
Sets the full name.
|
void |
setId(int newId)
Sets the id.
|
void |
setOrgUnitId(int newOrgUnitId)
Sets the org unit id.
|
void |
setOrgUnitName(String newOrgUnitName)
Sets the org unit name.
|
void |
setShortName(String newShortName)
Sets the short name.
|
public SaWsActor()
public SaWsActor(com.saperion.intf.wf.ActorInfo actor)
actor
- the actorpublic int getId()
public void setId(int newId)
newId
- the new idpublic String getFullName()
public void setFullName(String newFullName)
newFullName
- the new full namepublic String getShortName()
public void setShortName(String newShortName)
newShortName
- the new short namepublic int getOrgUnitId()
public void setOrgUnitId(int newOrgUnitId)
newOrgUnitId
- the new org unit idpublic String getOrgUnitName()
public void setOrgUnitName(String newOrgUnitName)
newOrgUnitName
- the new org unit nameCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.