Package com.saperion.ws.wrapper
Class MemberOptions
- java.lang.Object
-
- com.saperion.ws.wrapper.MemberOptions
-
public class MemberOptions extends java.lang.Object
The 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 SaWsUser
getCurrent()
Gets the current.int
getDeep()
Gets the deep.java.lang.String
getFilter()
Gets the filter.MemberType
getType()
Gets the type.void
setCurrent(SaWsUser newCurrent)
Sets the current.void
setDeep(int newDeep)
Sets the deep.void
setFilter(java.lang.String newFilter)
Sets the filter.void
setType(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
-
-