Class PaymentLockInfo
java.lang.Object
com.broadleafcommerce.paymenttransaction.web.endpoint.domain.PaymentLockInfo
- All Implemented Interfaces:
Serializable
A request DTO used to verify the lock on a
Payment
.- Author:
- Chris Kittrell (ckittrell)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Token granted to resource that owns the payment lock.int
hashCode()
void
setLockToken
(String lockToken) Token granted to resource that owns the payment lock.toString()
-
Constructor Details
-
PaymentLockInfo
public PaymentLockInfo()
-
-
Method Details
-
getLockToken
Token granted to resource that owns the payment lock.- Returns:
- Token granted to resource that owns the payment lock.
-
setLockToken
Token granted to resource that owns the payment lock.- Parameters:
lockToken
- Token granted to resource that owns the payment lock.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-