Package com.saperion.ws.wrapper.wf
Class SaWsActor
java.lang.Object
com.saperion.ws.wrapper.wf.SaWsActor
The Class SaWsActor.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the full name.int
getId()
Gets the id.int
Gets the org unit id.Gets the org unit name.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.
-
Constructor Details
-
SaWsActor
public SaWsActor()Instantiates a new sa ws actor. -
SaWsActor
public SaWsActor(com.saperion.intf.wf.ActorInfo actor) Instantiates a new sa ws actor.- Parameters:
actor
- the actor
-
-
Method Details
-
getId
public int getId()Gets the id.- Returns:
- the id
-
setId
public void setId(int newId) Sets the id.- Parameters:
newId
- the new id
-
getFullName
Gets the full name.- Returns:
- the full name
-
setFullName
Sets the full name.- Parameters:
newFullName
- the new full name
-
getShortName
Gets the short name.- Returns:
- the short name
-
setShortName
Sets the short name.- Parameters:
newShortName
- the new short name
-
getOrgUnitId
public int getOrgUnitId()Gets the org unit id.- Returns:
- the org unit id
-
setOrgUnitId
public void setOrgUnitId(int newOrgUnitId) Sets the org unit id.- Parameters:
newOrgUnitId
- the new org unit id
-
getOrgUnitName
Gets the org unit name.- Returns:
- the org unit name
-
setOrgUnitName
Sets the org unit name.- Parameters:
newOrgUnitName
- the new org unit name
-