Class MemberOptions

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

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

    • MemberOptions

      public MemberOptions()
      Instantiates a new member options.
  • Method Details

    • getFilter

      public String getFilter()
      Gets the filter.
      Returns:
      the filter
    • setFilter

      public void setFilter(String newFilter)
      Sets the filter.
      Parameters:
      newFilter - the new filter
    • getCurrent

      public SaWsUser getCurrent()
      Gets the current.
      Returns:
      the current
    • setCurrent

      public void setCurrent(SaWsUser newCurrent)
      Sets the current.
      Parameters:
      newCurrent - the new current
    • getDeep

      public int getDeep()
      Gets the deep.
      Returns:
      the deep
    • setDeep

      public void setDeep(int newDeep)
      Sets the deep.
      Parameters:
      newDeep - the new deep
    • getType

      public MemberType getType()
      Gets the type.
      Returns:
      the type
    • setType

      public void setType(MemberType newType)
      Sets the type.
      Parameters:
      newType - the new type