Class PaymentMethodEntity

java.lang.Object
sk.iway.iwcm.components.basket.support.SupportMethodEntity
sk.iway.iwcm.components.basket.payment_methods.jpa.PaymentMethodEntity

@Entity public class PaymentMethodEntity extends SupportMethodEntity
  • Constructor Details

    • PaymentMethodEntity

      public PaymentMethodEntity()
  • Method Details

    • getId

      public Long getId()
    • getPaymentMethodName

      public String getPaymentMethodName()
    • getSortPriority

      public Integer getSortPriority()
    • getStatus

      public String getStatus()
    • getEditorFields

      public BaseEditorFields getEditorFields()
    • getDomainId

      public Integer getDomainId()
    • setId

      public void setId(Long id)
    • setPaymentMethodName

      public void setPaymentMethodName(String paymentMethodName)
    • setSortPriority

      public void setSortPriority(Integer sortPriority)
    • setStatus

      public void setStatus(String status)
    • setEditorFields

      public void setEditorFields(BaseEditorFields editorFields)
    • setDomainId

      public void setDomainId(Integer domainId)