java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.CartItemRef

public class CartItemRef extends Object
CartIIem reference. A CartItem is an identified part of the shopping cart.
  • Constructor Details

    • CartItemRef

      public CartItemRef()
  • Method Details

    • atReferredType

      public CartItemRef atReferredType(String atReferredType)
    • getAtReferredType

      public String getAtReferredType()
      Generic attribute indicating the name of the class type of the referred resource entity.
      Returns:
      atReferredType
    • setAtReferredType

      public void setAtReferredType(String atReferredType)
    • id

      public CartItemRef id(String id)
    • getId

      public String getId()
      Unique identifier of the cart item
      Returns:
      id
    • setId

      public void setId(String id)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object