Class DeliveryMethodEntity

java.lang.Object
sk.iway.iwcm.components.basket.support.SupportMethodEntity
sk.iway.iwcm.components.basket.delivery_methods.jpa.DeliveryMethodEntity

@Entity public class DeliveryMethodEntity extends SupportMethodEntity
  • Constructor Details

    • DeliveryMethodEntity

      public DeliveryMethodEntity()
  • Method Details

    • getPriceVat

      public BigDecimal getPriceVat()
    • getSupportedCountriesArr

      public String[] getSupportedCountriesArr()
    • getSupportedCountriesList

      public List<String> getSupportedCountriesList()
    • getId

      public Long getId()
    • getDeliveryMethodName

      public String getDeliveryMethodName()
    • getTitle

      public String getTitle()
    • getCustomerTitle

      public String getCustomerTitle()
    • getSupportedCountries

      public String[] getSupportedCountries()
    • getSupportedCountriesStr

      public String getSupportedCountriesStr()
    • getPrice

      public BigDecimal getPrice()
    • getVat

      public Integer getVat()
    • getSortPriority

      public Integer getSortPriority()
    • getEditorFields

      public BaseEditorFields getEditorFields()
    • getDomainId

      public Integer getDomainId()
    • setId

      public void setId(Long id)
    • setDeliveryMethodName

      public void setDeliveryMethodName(String deliveryMethodName)
    • setTitle

      public void setTitle(String title)
    • setCustomerTitle

      public void setCustomerTitle(String customerTitle)
    • setSupportedCountries

      public void setSupportedCountries(String[] supportedCountries)
    • setSupportedCountriesStr

      public void setSupportedCountriesStr(String supportedCountriesStr)
    • setPrice

      public void setPrice(BigDecimal price)
    • setVat

      public void setVat(Integer vat)
    • setPriceVat

      public void setPriceVat(BigDecimal priceVat)
    • setSortPriority

      public void setSortPriority(Integer sortPriority)
    • setEditorFields

      public void setEditorFields(BaseEditorFields editorFields)
    • setDomainId

      public void setDomainId(Integer domainId)