Class PaymentGatewayAccount


  • public class PaymentGatewayAccount
    extends Object
    PaymentGatewayAccount.
    • Constructor Detail

      • PaymentGatewayAccount

        public PaymentGatewayAccount()
    • Method Detail

      • getDisplayName

        public String getDisplayName()
        .
        Returns:
        displayName
      • setDisplayName

        public void setDisplayName​(String displayName)
        setDisplayName.
      • paymentGateway

        public PaymentGatewayAccount paymentGateway​(String paymentGateway)
        paymentGateway.
        Returns:
        PaymentGatewayAccount
      • getPaymentGateway

        public String getPaymentGateway()
        .
        Returns:
        paymentGateway
      • setPaymentGateway

        public void setPaymentGateway​(String paymentGateway)
        setPaymentGateway.
      • paymentGatewayAccountId

        public PaymentGatewayAccount paymentGatewayAccountId​(String paymentGatewayAccountId)
        paymentGatewayAccountId.
        Returns:
        PaymentGatewayAccount
      • getPaymentGatewayAccountId

        public String getPaymentGatewayAccountId()
        .
        Returns:
        paymentGatewayAccountId
      • setPaymentGatewayAccountId

        public void setPaymentGatewayAccountId​(String paymentGatewayAccountId)
        setPaymentGatewayAccountId.
      • paymentGatewayDisplayName

        public PaymentGatewayAccount paymentGatewayDisplayName​(String paymentGatewayDisplayName)
        paymentGatewayDisplayName.
        Returns:
        PaymentGatewayAccount
      • getPaymentGatewayDisplayName

        public String getPaymentGatewayDisplayName()
        .
        Returns:
        paymentGatewayDisplayName
      • setPaymentGatewayDisplayName

        public void setPaymentGatewayDisplayName​(String paymentGatewayDisplayName)
        setPaymentGatewayDisplayName.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object