Class SaWsUser

java.lang.Object
com.saperion.ws.wrapper.SaWsUser

public class SaWsUser extends Object
The Class SaWsUser.
  • Constructor Details

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

    • 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(String newName)
      Sets the name.
      Parameters:
      newName - the new name
    • getName

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

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

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