Class OrderEntryGroupRAO

java.lang.Object
de.hybris.platform.ruleengineservices.rao.AbstractActionedRAO
de.hybris.platform.ruleengineservices.rao.OrderEntryGroupRAO
All Implemented Interfaces:
Serializable

public class OrderEntryGroupRAO extends AbstractActionedRAO
See Also:
  • Constructor Details

    • OrderEntryGroupRAO

      public OrderEntryGroupRAO()
  • Method Details

    • setRootEntryGroup

      public void setRootEntryGroup(OrderEntryGroupRAO rootEntryGroup)
    • getRootEntryGroup

      public OrderEntryGroupRAO getRootEntryGroup()
    • setEntryGroupId

      public void setEntryGroupId(Integer entryGroupId)
    • getEntryGroupId

      public Integer getEntryGroupId()
    • setExternalReferenceId

      public void setExternalReferenceId(String externalReferenceId)
    • getExternalReferenceId

      public String getExternalReferenceId()
    • setGroupType

      public void setGroupType(String groupType)
    • getGroupType

      public String getGroupType()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object