Package com.saperion.ws.wrapper
Class MemberOptions
- java.lang.Object
-
- com.saperion.ws.wrapper.MemberOptions
-
public class MemberOptions extends java.lang.ObjectThe Class MemberOptions.
-
-
Constructor Summary
Constructors Constructor Description MemberOptions()Instantiates a new member options.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SaWsUsergetCurrent()Gets the current.intgetDeep()Gets the deep.java.lang.StringgetFilter()Gets the filter.MemberTypegetType()Gets the type.voidsetCurrent(SaWsUser newCurrent)Sets the current.voidsetDeep(int newDeep)Sets the deep.voidsetFilter(java.lang.String newFilter)Sets the filter.voidsetType(MemberType newType)Sets the type.
-
-
-
Method Detail
-
getFilter
public java.lang.String getFilter()
Gets the filter.- Returns:
- the filter
-
setFilter
public void setFilter(java.lang.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
-
-