Class ShoppingCart.ShoppingCartItemGroup

java.lang.Object
org.apache.ofbiz.order.shoppingcart.ShoppingCart.ShoppingCartItemGroup
All Implemented Interfaces:
Serializable
Enclosing class:
ShoppingCart

public static class ShoppingCart.ShoppingCartItemGroup extends Object implements Serializable
See Also:
  • Constructor Details

  • Method Details

    • getGroupNumber

      public String getGroupNumber()
      get group number
    • getGroupName

      public String getGroupName()
      get group name
    • setGroupName

      public void setGroupName(String str)
      set group name
    • getParentGroup

      public ShoppingCart.ShoppingCartItemGroup getParentGroup()
      get parent group
    • makeOrderItemGroup

      protected GenericValue makeOrderItemGroup(Delegator delegator)
      make order item group
    • inheritParentsParent

      public void inheritParentsParent()
      inherit parents parent
    • hashCode

      public int hashCode()
      has code
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      equals
      Overrides:
      equals in class Object