java.lang.Object
com.broadleafcommerce.paymenttransaction.web.endpoint.domain.PaymentLockInfo
All Implemented Interfaces:
Serializable

public class PaymentLockInfo extends Object implements Serializable
A request DTO used to verify the lock on a Payment.
Author:
Chris Kittrell (ckittrell)
See Also:
  • Constructor Details

    • PaymentLockInfo

      public PaymentLockInfo()
  • Method Details

    • getLockToken

      public String getLockToken()
      Token granted to resource that owns the payment lock.
      Returns:
      Token granted to resource that owns the payment lock.
    • setLockToken

      public void setLockToken(String lockToken)
      Token granted to resource that owns the payment lock.
      Parameters:
      lockToken - Token granted to resource that owns the payment lock.
    • 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