com.sap.mdm.search
Class SearchParameter

java.lang.Object
  extended bycom.sap.mdm.search.SearchParameter
All Implemented Interfaces:
Cloneable, SearchItem

public class SearchParameter
extends Object
implements SearchItem, Cloneable

A search criteria containing the search dimension and the search constraint.

See Also:
SearchGroup

Field Summary
 
Fields inherited from interface com.sap.mdm.search.SearchItem
SEARCH, SEARCH_GROUP, SEARCH_PARAMETER
 
Constructor Summary
SearchParameter(SearchDimension dimension, SearchConstraint constraint)
          Constructor with the specified parameters.
 
Method Summary
 Object clone()
          Clones this object.
 boolean equals(Object obj)
           
 SearchConstraint getConstraint()
          Returns the search constraint.
 SearchDimension getDimension()
          Returns the search dimension.
 int getType()
          Returns the search item type.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SearchParameter

public SearchParameter(SearchDimension dimension,
                       SearchConstraint constraint)
Constructor with the specified parameters.

Parameters:
dimension - the search dimension
constraint - the constraint for the search dimension
Method Detail

clone

public Object clone()
Description copied from interface: SearchItem
Clones this object.

Specified by:
clone in interface SearchItem

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

toString

public String toString()

getType

public int getType()
Description copied from interface: SearchItem
Returns the search item type.

Specified by:
getType in interface SearchItem
Returns:
the search item type

getDimension

public SearchDimension getDimension()
Returns the search dimension.

Returns:
the search dimension

getConstraint

public SearchConstraint getConstraint()
Returns the search constraint.

Returns:
the search constraint


Copyright 2004-2007 by SAP AG. All Rights Reserved.

SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies (SAP Group) for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.