Class MethodDto

java.lang.Object
sk.iway.iwcm.components.basket.support.MethodDto

public class MethodDto extends Object
Data transfer object for delivery/payment methods
  • Constructor Details

  • Method Details

    • getLocalPriceVat

      public BigDecimal getLocalPriceVat(javax.servlet.http.HttpServletRequest request)
    • getId

      public String getId()
    • getTitle

      public String getTitle()
    • getPriceVat

      public BigDecimal getPriceVat()
    • setId

      public void setId(String id)
    • setTitle

      public void setTitle(String title)
    • setPriceVat

      public void setPriceVat(BigDecimal priceVat)
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object