Class LineItem

java.lang.Object
de.codebarista.shopware.model.core.LineItem

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-06-10T11:26:02.541008353+02:00[Europe/Berlin]", comments="Generator version: 7.5.0") public class LineItem extends Object
LineItem
  • Field Details

  • Constructor Details

    • LineItem

      public LineItem()
  • Method Details

    • id

      public LineItem id(String id)
    • getId

      @Nullable public String getId()
      Get id
      Returns:
      id
    • setId

      public void setId(String id)
    • referencedId

      public LineItem referencedId(String referencedId)
    • getReferencedId

      @Nullable public String getReferencedId()
      Get referencedId
      Returns:
      referencedId
    • setReferencedId

      public void setReferencedId(String referencedId)
    • label

      public LineItem label(String label)
    • getLabel

      @Nullable public String getLabel()
      Get label
      Returns:
      label
    • setLabel

      public void setLabel(String label)
    • quantity

      public LineItem quantity(Integer quantity)
    • getQuantity

      @Nullable public Integer getQuantity()
      Get quantity
      Returns:
      quantity
    • setQuantity

      public void setQuantity(Integer quantity)
    • type

      public LineItem type(String type)
    • getType

      @Nullable public String getType()
      Get type
      Returns:
      type
    • setType

      public void setType(String type)
    • good

      public LineItem good(Boolean good)
    • getGood

      @Nullable public Boolean getGood()
      Get good
      Returns:
      good
    • setGood

      public void setGood(Boolean good)
    • description

      public LineItem description(String description)
    • getDescription

      @Nullable public String getDescription()
      Get description
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • removable

      public LineItem removable(Boolean removable)
    • getRemovable

      @Nullable public Boolean getRemovable()
      Get removable
      Returns:
      removable
    • setRemovable

      public void setRemovable(Boolean removable)
    • stackable

      public LineItem stackable(Boolean stackable)
    • getStackable

      @Nullable public Boolean getStackable()
      Get stackable
      Returns:
      stackable
    • setStackable

      public void setStackable(Boolean stackable)
    • modified

      public LineItem modified(Boolean modified)
    • getModified

      @Nullable public Boolean getModified()
      Get modified
      Returns:
      modified
    • setModified

      public void setModified(Boolean modified)
    • 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