Class SaWsUser


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

      Constructors 
      Constructor Description
      SaWsUser()
      Instantiates a new sa ws user.
      SaWsUser​(com.saperion.intf.wf.WorkflowMember member)
      Instantiates a new sa ws user.
    • Constructor Detail

      • SaWsUser

        public SaWsUser()
        Instantiates a new sa ws user.
      • SaWsUser

        public SaWsUser​(com.saperion.intf.wf.WorkflowMember member)
        Instantiates a new sa ws user.
        Parameters:
        member - the member
    • Method Detail

      • setId

        public void setId​(int newId)
        Sets the id.
        Parameters:
        newId - the new id
      • getId

        public int getId()
        Gets the id.
        Returns:
        the id
      • setOrgId

        public void setOrgId​(int newOrgId)
        Sets the org id.
        Parameters:
        newOrgId - the new org id
      • getOrgId

        public int getOrgId()
        Gets the org id.
        Returns:
        the org id
      • setMandantId

        public void setMandantId​(int newMandantId)
        Sets the mandant id.
        Parameters:
        newMandantId - the new mandant id
      • getMandantId

        public int getMandantId()
        Gets the mandant id.
        Returns:
        the mandant id
      • setType

        public void setType​(SaWsGroupKind newType)
        Sets the type.
        Parameters:
        newType - the new type
      • getType

        public SaWsGroupKind getType()
        Gets the type.
        Returns:
        the type
      • setName

        public void setName​(java.lang.String newName)
        Sets the name.
        Parameters:
        newName - the new name
      • getName

        public java.lang.String getName()
        Gets the name.
        Returns:
        the name
      • setDisplayName

        public void setDisplayName​(java.lang.String newDisplayName)
        Sets the display name.
        Parameters:
        newDisplayName - the new display name
      • getDisplayName

        public java.lang.String getDisplayName()
        Gets the display name.
        Returns:
        the display name