Class Search
- java.lang.Object
-
- de.hybris.platform.cockpit.services.config.jaxb.base.Search
-
public class Search extends java.lang.ObjectJava class for search complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="search"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="search-properties" type="{}property-list"/> <element name="sort-properties" type="{}property-list" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected PropertyListsearchPropertiesprotected PropertyListsortProperties
-
Constructor Summary
Constructors Constructor Description Search()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyListgetSearchProperties()Gets the value of the searchProperties property.PropertyListgetSortProperties()Gets the value of the sortProperties property.voidsetSearchProperties(PropertyList value)Sets the value of the searchProperties property.voidsetSortProperties(PropertyList value)Sets the value of the sortProperties property.
-
-
-
Field Detail
-
searchProperties
protected PropertyList searchProperties
-
sortProperties
protected PropertyList sortProperties
-
-
Method Detail
-
getSearchProperties
public PropertyList getSearchProperties()
Gets the value of the searchProperties property.- Returns:
- possible object is
PropertyList
-
setSearchProperties
public void setSearchProperties(PropertyList value)
Sets the value of the searchProperties property.- Parameters:
value- allowed object isPropertyList
-
getSortProperties
public PropertyList getSortProperties()
Gets the value of the sortProperties property.- Returns:
- possible object is
PropertyList
-
setSortProperties
public void setSortProperties(PropertyList value)
Sets the value of the sortProperties property.- Parameters:
value- allowed object isPropertyList
-
-