Package com.saperion.ws.wrapper.wf
Class SaWsActor
- java.lang.Object
- 
- com.saperion.ws.wrapper.wf.SaWsActor
 
- 
 public class SaWsActor extends java.lang.ObjectThe Class SaWsActor.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFullName()Gets the full name.intgetId()Gets the id.intgetOrgUnitId()Gets the org unit id.java.lang.StringgetOrgUnitName()Gets the org unit name.java.lang.StringgetShortName()Gets the short name.voidsetFullName(java.lang.String newFullName)Sets the full name.voidsetId(int newId)Sets the id.voidsetOrgUnitId(int newOrgUnitId)Sets the org unit id.voidsetOrgUnitName(java.lang.String newOrgUnitName)Sets the org unit name.voidsetShortName(java.lang.String newShortName)Sets the short name.
 
- 
- 
- 
Method Detail- 
getIdpublic int getId() Gets the id.- Returns:
- the id
 
 - 
setIdpublic void setId(int newId) Sets the id.- Parameters:
- newId- the new id
 
 - 
getFullNamepublic java.lang.String getFullName() Gets the full name.- Returns:
- the full name
 
 - 
setFullNamepublic void setFullName(java.lang.String newFullName) Sets the full name.- Parameters:
- newFullName- the new full name
 
 - 
getShortNamepublic java.lang.String getShortName() Gets the short name.- Returns:
- the short name
 
 - 
setShortNamepublic void setShortName(java.lang.String newShortName) Sets the short name.- Parameters:
- newShortName- the new short name
 
 - 
getOrgUnitIdpublic int getOrgUnitId() Gets the org unit id.- Returns:
- the org unit id
 
 - 
setOrgUnitIdpublic void setOrgUnitId(int newOrgUnitId) Sets the org unit id.- Parameters:
- newOrgUnitId- the new org unit id
 
 - 
getOrgUnitNamepublic java.lang.String getOrgUnitName() Gets the org unit name.- Returns:
- the org unit name
 
 - 
setOrgUnitNamepublic void setOrgUnitName(java.lang.String newOrgUnitName) Sets the org unit name.- Parameters:
- newOrgUnitName- the new org unit name
 
 
- 
 
-