Class PaymentTransactionType

java.lang.Object
org.broadleafcommerce.common.payment.PaymentTransactionType
org.broadleafcommerce.vendor.sample.service.payment.PaymentTransactionType
All Implemented Interfaces:
Serializable, org.broadleafcommerce.common.BroadleafEnumerationType

public class PaymentTransactionType extends org.broadleafcommerce.common.payment.PaymentTransactionType
Author:
Chris Kittrell (ckittrell)
See Also:
  • Field Details

  • Constructor Details

    • PaymentTransactionType

      public PaymentTransactionType()
    • PaymentTransactionType

      public PaymentTransactionType(String type, String friendlyType)
  • Method Details

    • getInstance

      public static PaymentTransactionType getInstance(String type)
    • getType

      public String getType()
      Specified by:
      getType in interface org.broadleafcommerce.common.BroadleafEnumerationType
      Overrides:
      getType in class org.broadleafcommerce.common.payment.PaymentTransactionType
    • getFriendlyType

      public String getFriendlyType()
      Specified by:
      getFriendlyType in interface org.broadleafcommerce.common.BroadleafEnumerationType
      Overrides:
      getFriendlyType in class org.broadleafcommerce.common.payment.PaymentTransactionType
    • setType

      protected void setType(String type)
      Overrides:
      setType in class org.broadleafcommerce.common.payment.PaymentTransactionType
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class org.broadleafcommerce.common.payment.PaymentTransactionType
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class org.broadleafcommerce.common.payment.PaymentTransactionType