Class AbstractActionedRAO
- java.lang.Object
-
- de.hybris.platform.ruleengineservices.rao.AbstractActionedRAO
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
AbstractOrderRAO,BaseStoreRAO,CsticRAO,CsticValueRAO,OrderEntryGroupRAO,OrderEntryRAO,ProductConfigRAO,ProductRAO
public class AbstractActionedRAO extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractActionedRAO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object that)java.util.LinkedHashSet<AbstractRuleActionRAO>getActions()inthashCode()voidsetActions(java.util.LinkedHashSet<AbstractRuleActionRAO> actions)
-
-
-
Method Detail
-
setActions
public void setActions(java.util.LinkedHashSet<AbstractRuleActionRAO> actions)
-
getActions
public java.util.LinkedHashSet<AbstractRuleActionRAO> getActions()
-
equals
public boolean equals(java.lang.Object that)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-