public class CollectionSearchCriteria extends SearchCriteriaImpl implements SearchCriteria
contains, endsWith, startsWith| Constructor and Description |
|---|
CollectionSearchCriteria() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getIsContainer() |
Boolean |
getIsPrivate() |
String |
getName() |
String |
getOwnerId() |
String |
getParentId() |
Boolean |
getRoot() |
int |
hashCode() |
boolean |
matches(Object o) |
void |
setIsContainer(Boolean isContainer) |
void |
setIsPrivate(Boolean isPrivate) |
void |
setName(String name) |
void |
setOwnerId(String ownerId) |
void |
setParentId(String parentId) |
void |
setRoot(Boolean root) |
equals, getContains, getEndsWith, getStartsWith, setContains, setEndsWith, setStartsWith, toStringpublic Boolean getIsContainer()
public void setIsContainer(Boolean isContainer)
public String getParentId()
public void setParentId(String parentId)
public Boolean getRoot()
public void setRoot(Boolean root)
public boolean matches(Object o)
matches in interface SearchCriteriapublic Boolean getIsPrivate()
public void setIsPrivate(Boolean isPrivate)
public String getOwnerId()
public void setOwnerId(String ownerId)
public String getName()
public void setName(String name)
public int hashCode()
hashCode in class SearchCriteriaImplpublic boolean equals(Object obj)
equals in class SearchCriteriaImplCopyright © 2017. All rights reserved.