Class LogicExecutorContext
- java.lang.Object
-
- de.hybris.platform.integrationservices.virtualattributes.LogicExecutorContext
-
public class LogicExecutorContext extends java.lang.ObjectValue object that provides the context to aLogicExecutorabout the script to execute and the attribute, for which the script is executed.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LogicExecutorContextcreate(@NotNull LogicLocation logicLocation, @NotNull TypeAttributeDescriptor descriptor)booleanequals(java.lang.Object o)TypeAttributeDescriptorgetDescriptor()LogicLocationgetLogicLocation()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
create
public static LogicExecutorContext create(@NotNull @NotNull LogicLocation logicLocation, @NotNull @NotNull TypeAttributeDescriptor descriptor)
-
getLogicLocation
public LogicLocation getLogicLocation()
-
getDescriptor
public TypeAttributeDescriptor getDescriptor()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-