public class MemberOptions extends Object
Constructor and Description |
---|
MemberOptions()
Instantiates a new member options.
|
Modifier and Type | Method and Description |
---|---|
SaWsUser |
getCurrent()
Gets the current.
|
int |
getDeep()
Gets the deep.
|
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(String newFilter)
Sets the filter.
|
void |
setType(MemberType newType)
Sets the type.
|
public String getFilter()
public void setFilter(String newFilter)
newFilter
- the new filterpublic SaWsUser getCurrent()
public void setCurrent(SaWsUser newCurrent)
newCurrent
- the new currentpublic int getDeep()
public void setDeep(int newDeep)
newDeep
- the new deeppublic MemberType getType()
public void setType(MemberType newType)
newType
- the new typeCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.