Package com.saperion.ws.wrapper
Class MemberOptions
java.lang.Object
com.saperion.ws.wrapper.MemberOptions
The Class MemberOptions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the current.intgetDeep()Gets the deep.Gets the filter.getType()Gets the type.voidsetCurrent(SaWsUser newCurrent) Sets the current.voidsetDeep(int newDeep) Sets the deep.voidSets the filter.voidsetType(MemberType newType) Sets the type.
-
Constructor Details
-
MemberOptions
public MemberOptions()Instantiates a new member options.
-
-
Method Details
-
getFilter
Gets the filter.- Returns:
- the filter
-
setFilter
Sets the filter.- Parameters:
newFilter- the new filter
-
getCurrent
Gets the current.- Returns:
- the current
-
setCurrent
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
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
newType- the new type
-