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

@Validated @Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen", date="2022-10-21T20:34:47.671Z") 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