Class LogicParams
java.lang.Object
de.hybris.platform.integrationservices.virtualattributes.LogicParams
Value object that stores the parameters for some logic to be executed.
-
Method Summary
-
Method Details
-
create
Creates aLogicParams- Returns:
- an instance of the
LogicParams
-
getItem
Gets theItemModel- Returns:
- An instance of an ItemModel
-
asMap
Converts this parameters to aMap.- Returns:
- a
Mapthat has parameter names in its keys, and parameter values in its values. If there are no parameter specified, an empty map is returned.
-
equals
-
hashCode
public int hashCode() -
toString
-