public class BackofficeSavedQueryDTO extends ItemDTO
| Constructor and Description |
|---|
BackofficeSavedQueryDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<BackofficeSearchConditionDTO> |
getConditions() |
String |
getGlobalOperatorCode() |
Boolean |
getIncludeSubtypes() |
String |
getName() |
UserDTO |
getQueryOwner() |
Boolean |
getSortAsc() |
String |
getSortAttribute() |
Boolean |
getTokenizable() |
String |
getTypeCode() |
Collection<UserGroupDTO> |
getUserGroups() |
void |
setConditions(Collection<BackofficeSearchConditionDTO> value) |
void |
setGlobalOperatorCode(String value) |
void |
setIncludeSubtypes(Boolean value) |
void |
setName(String value) |
void |
setQueryOwner(UserDTO value) |
void |
setSortAsc(Boolean value) |
void |
setSortAttribute(String value) |
void |
setTokenizable(Boolean value) |
void |
setTypeCode(String value) |
void |
setUserGroups(Collection<UserGroupDTO> value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic BackofficeSavedQueryDTO()
public Collection<BackofficeSearchConditionDTO> getConditions()
public String getGlobalOperatorCode()
public Boolean getIncludeSubtypes()
public String getName()
public UserDTO getQueryOwner()
public Boolean getSortAsc()
public String getSortAttribute()
public Boolean getTokenizable()
public String getTypeCode()
public Collection<UserGroupDTO> getUserGroups()
public void setConditions(Collection<BackofficeSearchConditionDTO> value)
public void setGlobalOperatorCode(String value)
public void setIncludeSubtypes(Boolean value)
public void setName(String value)
public void setQueryOwner(UserDTO value)
public void setSortAsc(Boolean value)
public void setSortAttribute(String value)
public void setTokenizable(Boolean value)
public void setTypeCode(String value)
public void setUserGroups(Collection<UserGroupDTO> value)
Copyright © 2017 SAP SE. All Rights Reserved.