Class SaWsActor


  • public class SaWsActor
    extends java.lang.Object
    The Class SaWsActor.
    • Constructor Summary

      Constructors 
      Constructor Description
      SaWsActor()
      Instantiates a new sa ws actor.
      SaWsActor​(com.saperion.intf.wf.ActorInfo actor)
      Instantiates a new sa ws actor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFullName()
      Gets the full name.
      int getId()
      Gets the id.
      int getOrgUnitId()
      Gets the org unit id.
      java.lang.String getOrgUnitName()
      Gets the org unit name.
      java.lang.String getShortName()
      Gets the short name.
      void setFullName​(java.lang.String newFullName)
      Sets the full name.
      void setId​(int newId)
      Sets the id.
      void setOrgUnitId​(int newOrgUnitId)
      Sets the org unit id.
      void setOrgUnitName​(java.lang.String newOrgUnitName)
      Sets the org unit name.
      void setShortName​(java.lang.String newShortName)
      Sets the short name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • 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 Detail

      • 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

        public java.lang.String getFullName()
        Gets the full name.
        Returns:
        the full name
      • setFullName

        public void setFullName​(java.lang.String newFullName)
        Sets the full name.
        Parameters:
        newFullName - the new full name
      • getShortName

        public java.lang.String getShortName()
        Gets the short name.
        Returns:
        the short name
      • setShortName

        public void setShortName​(java.lang.String newShortName)
        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

        public java.lang.String getOrgUnitName()
        Gets the org unit name.
        Returns:
        the org unit name
      • setOrgUnitName

        public void setOrgUnitName​(java.lang.String newOrgUnitName)
        Sets the org unit name.
        Parameters:
        newOrgUnitName - the new org unit name