Class TransactionIdentifier
java.lang.Object
com.broadleafcommerce.paymentgateway.domain.TransactionIdentifier
- All Implemented Interfaces:
- Serializable
Describes the identifier of a transaction.
- Author:
- Chris Kittrell (ckittrell)
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanThe application id that the payment transaction belongs to.The transaction identifier value.Describes the type of transaction identifier.The tenant id that the payment transaction belongs to.inthashCode()voidsetApplicationId(String applicationId) The application id that the payment transaction belongs to.voidsetIdentifier(String identifier) The transaction identifier value.voidsetIdentifierType(String identifierType) Describes the type of transaction identifier.voidsetTenantId(String tenantId) The tenant id that the payment transaction belongs to.toString()
- 
Constructor Details- 
TransactionIdentifierpublic TransactionIdentifier()
 
- 
- 
Method Details- 
getIdentifierTypeDescribes the type of transaction identifier. In most cases, we expect this to beDefaultTransactionIdentifierTypes.TRANSACTION_REFERENCE_ID.- Returns:
- The type of transaction identifier.
 
- 
getIdentifierThe transaction identifier value. In most cases, we expect this to be the transactionReferenceId- Returns:
- The transaction identifier value.
 
- 
getTenantIdThe tenant id that the payment transaction belongs to.- Returns:
- The tenant id value.
 
- 
getApplicationIdThe application id that the payment transaction belongs to.- Returns:
- The application id value.
 
- 
setIdentifierTypeDescribes the type of transaction identifier. In most cases, we expect this to beDefaultTransactionIdentifierTypes.TRANSACTION_REFERENCE_ID.- Parameters:
- identifierType- The type of transaction identifier.
 
- 
setIdentifierThe transaction identifier value. In most cases, we expect this to be the transactionReferenceId- Parameters:
- identifier- The transaction identifier value.
 
- 
setTenantIdThe tenant id that the payment transaction belongs to.- Parameters:
- identifier- the tenant id value.
 
- 
setApplicationIdThe application id that the payment transaction belongs to.- Parameters:
- identifier- the application id value.
 
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
- 
toString
 
-