org.kuali.kfs.fp.businessobject
Class ProcurementCardTransaction

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.fp.businessobject.ProcurementCardTransaction
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

public class ProcurementCardTransaction
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase

This class is used to represent a procurement card transaction business object.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
ProcurementCardTransaction()
          Default constructor.
 
Method Summary
 String getAccountNumber()
          Gets the accountNumber attribute.
 org.kuali.rice.kns.util.KualiDecimal getCardCycleAmountLimit()
          Gets the cardCycleAmountLimit attribute.
 org.kuali.rice.kns.util.KualiDecimal getCardCycleVolumeLimit()
          Gets the cardCycleVolumeLimit attribute.
 String getCardHolderAlternateName()
          Gets the cardHolderAlternateName attribute.
 String getCardHolderCityName()
          Gets the cardHolderCityName attribute.
 String getCardHolderLine1Address()
          Gets the cardHolderLine1Address attribute.
 String getCardHolderLine2Address()
          Gets the cardHolderLine2Address attribute.
 String getCardHolderName()
          Gets the cardHolderName attribute.
 String getCardHolderStateCode()
          Gets the cardHolderStateCode attribute.
 String getCardHolderWorkPhoneNumber()
          Gets the cardHolderWorkPhoneNumber attribute.
 String getCardHolderZipCode()
          Gets the cardHolderZipCode attribute.
 org.kuali.rice.kns.util.KualiDecimal getCardLimit()
          Gets the cardLimit attribute.
 String getCardNoteText()
          Gets the cardNoteText attribute.
 String getCardStatusCode()
          Gets the cardStatusCode attribute.
 String getChartOfAccountsCode()
          Gets the chartOfAccountsCode attribute.
 org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentTotalAmount()
          Gets the financialDocumentTotalAmount attribute.
 String getFinancialObjectCode()
          Gets the financialObjectCode attribute.
 String getFinancialSubObjectCode()
          Gets the financialSubObjectCode attribute.
 String getProjectCode()
          Gets the projectCode attribute.
 String getSubAccountNumber()
          Gets the subAccountNumber attribute.
 String getTransactionBillingCurrencyCode()
          Gets the transactionBillingCurrencyCode attribute.
 String getTransactionCreditCardNumber()
          Gets the transactionCreditCardNumber attribute.
 BigDecimal getTransactionCurrencyExchangeRate()
          Gets the transactionCurrencyExchangeRate attribute.
 Date getTransactionCycleEndDate()
          Gets the transactionCycleEndDate attribute.
 Date getTransactionCycleStartDate()
          Gets the transactionCycleStartDate attribute.
 Date getTransactionDate()
          Gets the transactionDate attribute.
 String getTransactionDebitCreditCode()
          Gets the transactionDebitCreditCode attribute.
 String getTransactionMerchantCategoryCode()
          Gets the transactionMerchantCategoryCode attribute.
 org.kuali.rice.kns.util.KualiDecimal getTransactionOriginalCurrencyAmount()
          Gets the transactionOriginalCurrencyAmount attribute.
 String getTransactionOriginalCurrencyCode()
          Gets the transactionOriginalCurrencyCode attribute.
 String getTransactionPointOfSaleCode()
          Gets the transactionPointOfSaleCode attribute.
 Date getTransactionPostingDate()
          Gets the transactionPostingDate attribute.
 String getTransactionPurchaseIdentifierDescription()
          Gets the transactionPurchaseIdentifierDescription attribute.
 boolean getTransactionPurchaseIdentifierIndicator()
          Gets the transactionPurchaseIdentifierIndicator attribute.
 String getTransactionReferenceNumber()
          Gets the transactionReferenceNumber attribute.
 org.kuali.rice.kns.util.KualiDecimal getTransactionSalesTaxAmount()
          Gets the transactionSalesTaxAmount attribute.
 Integer getTransactionSequenceRowNumber()
          Gets the transactionSequenceRowNumber attribute.
 org.kuali.rice.kns.util.KualiDecimal getTransactionSettlementAmount()
          Gets the transactionSettlementAmount attribute.
 boolean getTransactionTaxExemptIndicator()
          Gets the transactionTaxExemptIndicator attribute.
 String getTransactionTravelAuthorizationCode()
          Gets the transactionTravelAuthorizationCode attribute.
 String getTransactionUnitContactName()
          Gets the transactionUnitContactName attribute.
 String getVendorCityName()
          Gets the vendorCityName attribute.
 String getVendorLine1Address()
          Gets the vendorLine1Address attribute.
 String getVendorLine2Address()
          Gets the vendorLine2Address attribute.
 String getVendorName()
          Gets the vendorName attribute.
 String getVendorOrderNumber()
          Gets the vendorOrderNumber attribute.
 String getVendorStateCode()
          Gets the vendorStateCode attribute.
 String getVendorZipCode()
          Gets the vendorZipCode attribute.
 String getVisaVendorIdentifier()
          Gets the visaVendorIdentifier attribute.
 void setAccountNumber(String accountNumber)
          Sets the accountNumber attribute.
 void setCardCycleAmountLimit(org.kuali.rice.kns.util.KualiDecimal cardCycleAmountLimit)
          Sets the cardCycleAmountLimit attribute.
 void setCardCycleAmountLimit(String cardCycleAmountLimit)
          Sets the cardCycleAmountLimit attribute.
 void setCardCycleVolumeLimit(org.kuali.rice.kns.util.KualiDecimal cardCycleVolumeLimit)
          Sets the cardCycleVolumeLimit attribute.
 void setCardCycleVolumeLimit(String cardCycleVolumeLimit)
          Sets the cardCycleVolumeLimit attribute.
 void setCardHolderAlternateName(String cardHolderAlternateName)
          Sets the cardHolderAlternateName attribute.
 void setCardHolderCityName(String cardHolderCityName)
          Sets the cardHolderCityName attribute.
 void setCardHolderLine1Address(String cardHolderLine1Address)
          Sets the cardHolderLine1Address attribute.
 void setCardHolderLine2Address(String cardHolderLine2Address)
          Sets the cardHolderLine2Address attribute.
 void setCardHolderName(String cardHolderName)
          Sets the cardHolderName attribute.
 void setCardHolderStateCode(String cardHolderStateCode)
          Sets the cardHolderStateCode attribute.
 void setCardHolderWorkPhoneNumber(String cardHolderWorkPhoneNumber)
          Sets the cardHolderWorkPhoneNumber attribute.
 void setCardHolderZipCode(String cardHolderZipCode)
          Sets the cardHolderZipCode attribute.
 void setCardLimit(org.kuali.rice.kns.util.KualiDecimal cardLimit)
          Sets the cardLimit attribute.
 void setCardLimit(String cardLimit)
          Sets the cardLimit attribute.
 void setCardNoteText(String cardNoteText)
          Sets the cardNoteText attribute.
 void setCardStatusCode(String cardStatusCode)
          Sets the cardStatusCode attribute.
 void setChartOfAccountsCode(String chartOfAccountsCode)
          Sets the chartOfAccountsCode attribute.
 void setFinancialDocumentTotalAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentTotalAmount)
          Sets the financialDocumentTotalAmount attribute.
 void setFinancialDocumentTotalAmount(String financialDocumentTotalAmount)
          Sets the financialDocumentTotalAmount attribute.
 void setFinancialObjectCode(String financialObjectCode)
          Sets the financialObjectCode attribute.
 void setFinancialSubObjectCode(String financialSubObjectCode)
          Sets the financialSubObjectCode attribute.
 void setProjectCode(String projectCode)
          Sets the projectCode attribute.
 void setSubAccountNumber(String subAccountNumber)
          Sets the subAccountNumber attribute.
 void setTransactionBillingCurrencyCode(String transactionBillingCurrencyCode)
          Sets the transactionBillingCurrencyCode attribute.
 void setTransactionCreditCardNumber(String transactionCreditCardNumber)
          Sets the transactionCreditCardNumber attribute.
 void setTransactionCurrencyExchangeRate(BigDecimal transactionCurrencyExchangeRate)
          Sets the transactionCurrencyExchangeRate attribute.
 void setTransactionCurrencyExchangeRate(String transactionCurrencyExchangeRate)
          Sets the transactionCurrencyExchangeRate attribute.
 void setTransactionCycleEndDate(Date transactionCycleEndDate)
          Sets the transactionCycleEndDate attribute.
 void setTransactionCycleEndDate(String transactionCycleEndDate)
          Sets the transactionCycleEndDate attribute.
 void setTransactionCycleStartDate(Date transactionCycleStartDate)
          Sets the transactionCycleStartDate attribute.
 void setTransactionCycleStartDate(String transactionCycleStartDate)
          Sets the transactionCycleStartDate attribute.
 void setTransactionDate(Date transactionDate)
          Sets the transactionDate attribute.
 void setTransactionDebitCreditCode(String transactionDebitCreditCode)
          Sets the transactionDebitCreditCode attribute.
 void setTransactionMerchantCategoryCode(String transactionMerchantCategoryCode)
          Sets the transactionMerchantCategoryCode attribute.
 void setTransactionOriginalCurrencyAmount(org.kuali.rice.kns.util.KualiDecimal transactionOriginalCurrencyAmount)
          Sets the transactionOriginalCurrencyAmount attribute.
 void setTransactionOriginalCurrencyAmount(String transactionOriginalCurrencyAmount)
          Sets the transactionOriginalCurrencyAmount attribute.
 void setTransactionOriginalCurrencyCode(String transactionOriginalCurrencyCode)
          Sets the transactionOriginalCurrencyCode attribute.
 void setTransactionPointOfSaleCode(String transactionPointOfSaleCode)
          Sets the transactionPointOfSaleCode attribute.
 void setTransactionPostingDate(Date transactionPostingDate)
          Sets the transactionPostingDate attribute.
 void setTransactionPurchaseIdentifierDescription(String transactionPurchaseIdentifierDescription)
          Sets the transactionPurchaseIdentifierDescription attribute.
 void setTransactionPurchaseIdentifierIndicator(boolean transactionPurchaseIdentifierIndicator)
          Sets the transactionPurchaseIdentifierIndicator attribute.
 void setTransactionPurchaseIdentifierIndicator(String transactionPurchaseIdentifierIndicator)
          Sets the transactionPurchaseIdentifierIndicator attribute.
 void setTransactionReferenceNumber(String transactionReferenceNumber)
          Sets the transactionReferenceNumber attribute.
 void setTransactionSalesTaxAmount(org.kuali.rice.kns.util.KualiDecimal transactionSalesTaxAmount)
          Sets the transactionSalesTaxAmount attribute.
 void setTransactionSalesTaxAmount(String transactionSalesTaxAmount)
          Sets the transactionSalesTaxAmount attribute.
 void setTransactionSequenceRowNumber(Integer transactionSequenceRowNumber)
          Sets the transactionSequenceRowNumber attribute.
 void setTransactionSettlementAmount(org.kuali.rice.kns.util.KualiDecimal transactionSettlementAmount)
          Sets the transactionSettlementAmount attribute.
 void setTransactionSettlementAmount(String transactionSettlementAmount)
          Sets the transactionSettlementAmount attribute.
 void setTransactionTaxExemptIndicator(boolean transactionTaxExemptIndicator)
          Sets the transactionTaxExemptIndicator attribute.
 void setTransactionTaxExemptIndicator(String transactionTaxExemptIndicator)
          Sets the transactionTaxExemptIndicator attribute.
 void setTransactionTravelAuthorizationCode(String transactionTravelAuthorizationCode)
          Sets the transactionTravelAuthorizationCode attribute.
 void setTransactionUnitContactName(String transactionUnitContactName)
          Sets the transactionUnitContactName attribute.
 void setVendorCityName(String vendorCityName)
          Sets the vendorCityName attribute.
 void setVendorLine1Address(String vendorLine1Address)
          Sets the vendorLine1Address attribute.
 void setVendorLine2Address(String vendorLine2Address)
          Sets the vendorLine2Address attribute.
 void setVendorName(String vendorName)
          Sets the vendorName attribute.
 void setVendorOrderNumber(String vendorOrderNumber)
          Sets the vendorOrderNumber attribute.
 void setVendorStateCode(String vendorStateCode)
          Sets the vendorStateCode attribute.
 void setVendorZipCode(String vendorZipCode)
          Sets the vendorZipCode attribute.
 void setVisaVendorIdentifier(String visaVendorIdentifier)
          Sets the visaVendorIdentifier attribute.
protected  LinkedHashMap toStringMapper()
           
 
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes
 
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow
 

Constructor Detail

ProcurementCardTransaction

public ProcurementCardTransaction()
Default constructor.

Method Detail

getTransactionSequenceRowNumber

public Integer getTransactionSequenceRowNumber()
Gets the transactionSequenceRowNumber attribute.

Returns:
Returns the transactionSequenceRowNumber

setTransactionSequenceRowNumber

public void setTransactionSequenceRowNumber(Integer transactionSequenceRowNumber)
Sets the transactionSequenceRowNumber attribute.

Parameters:
transactionSequenceRowNumber - The transactionSequenceRowNumber to set.

getTransactionCreditCardNumber

public String getTransactionCreditCardNumber()
Gets the transactionCreditCardNumber attribute.

Returns:
Returns the transactionCreditCardNumber

setTransactionCreditCardNumber

public void setTransactionCreditCardNumber(String transactionCreditCardNumber)
Sets the transactionCreditCardNumber attribute.

Parameters:
transactionCreditCardNumber - The transactionCreditCardNumber to set.

getFinancialDocumentTotalAmount

public org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentTotalAmount()
Gets the financialDocumentTotalAmount attribute.

Returns:
Returns the financialDocumentTotalAmount

setFinancialDocumentTotalAmount

public void setFinancialDocumentTotalAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentTotalAmount)
Sets the financialDocumentTotalAmount attribute.

Parameters:
financialDocumentTotalAmount - The financialDocumentTotalAmount to set.

setFinancialDocumentTotalAmount

public void setFinancialDocumentTotalAmount(String financialDocumentTotalAmount)
Sets the financialDocumentTotalAmount attribute.

Parameters:
financialDocumentTotalAmount - The financialDocumentTotalAmount to set.

getTransactionDebitCreditCode

public String getTransactionDebitCreditCode()
Gets the transactionDebitCreditCode attribute.

Returns:
Returns the transactionDebitCreditCode

setTransactionDebitCreditCode

public void setTransactionDebitCreditCode(String transactionDebitCreditCode)
Sets the transactionDebitCreditCode attribute.

Parameters:
transactionDebitCreditCode - The transactionDebitCreditCode to set.

getChartOfAccountsCode

public String getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute.

Returns:
Returns the chartOfAccountsCode

setChartOfAccountsCode

public void setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute.

Parameters:
chartOfAccountsCode - The chartOfAccountsCode to set.

getAccountNumber

public String getAccountNumber()
Gets the accountNumber attribute.

Returns:
Returns the accountNumber

setAccountNumber

public void setAccountNumber(String accountNumber)
Sets the accountNumber attribute.

Parameters:
accountNumber - The accountNumber to set.

getSubAccountNumber

public String getSubAccountNumber()
Gets the subAccountNumber attribute.

Returns:
Returns the subAccountNumber

setSubAccountNumber

public void setSubAccountNumber(String subAccountNumber)
Sets the subAccountNumber attribute.

Parameters:
subAccountNumber - The subAccountNumber to set.

getFinancialObjectCode

public String getFinancialObjectCode()
Gets the financialObjectCode attribute.

Returns:
Returns the financialObjectCode

setFinancialObjectCode

public void setFinancialObjectCode(String financialObjectCode)
Sets the financialObjectCode attribute.

Parameters:
financialObjectCode - The financialObjectCode to set.

getFinancialSubObjectCode

public String getFinancialSubObjectCode()
Gets the financialSubObjectCode attribute.

Returns:
Returns the financialSubObjectCode

setFinancialSubObjectCode

public void setFinancialSubObjectCode(String financialSubObjectCode)
Sets the financialSubObjectCode attribute.

Parameters:
financialSubObjectCode - The financialSubObjectCode to set.

getProjectCode

public String getProjectCode()
Gets the projectCode attribute.

Returns:
Returns the projectCode

setProjectCode

public void setProjectCode(String projectCode)
Sets the projectCode attribute.

Parameters:
projectCode - The projectCode to set.

getTransactionCycleStartDate

public Date getTransactionCycleStartDate()
Gets the transactionCycleStartDate attribute.

Returns:
Returns the transactionCycleStartDate

setTransactionCycleStartDate

public void setTransactionCycleStartDate(Date transactionCycleStartDate)
Sets the transactionCycleStartDate attribute.

Parameters:
transactionCycleStartDate - The transactionCycleStartDate to set.

setTransactionCycleStartDate

public void setTransactionCycleStartDate(String transactionCycleStartDate)
Sets the transactionCycleStartDate attribute.

Parameters:
transactionCycleStartDate - The transactionCycleStartDate to set.

getTransactionCycleEndDate

public Date getTransactionCycleEndDate()
Gets the transactionCycleEndDate attribute.

Returns:
Returns the transactionCycleEndDate

setTransactionCycleEndDate

public void setTransactionCycleEndDate(Date transactionCycleEndDate)
Sets the transactionCycleEndDate attribute.

Parameters:
transactionCycleEndDate - The transactionCycleEndDate to set.

setTransactionCycleEndDate

public void setTransactionCycleEndDate(String transactionCycleEndDate)
Sets the transactionCycleEndDate attribute.

Parameters:
transactionCycleEndDate - The transactionCycleEndDate to set.

getCardHolderName

public String getCardHolderName()
Gets the cardHolderName attribute.

Returns:
Returns the cardHolderName

setCardHolderName

public void setCardHolderName(String cardHolderName)
Sets the cardHolderName attribute.

Parameters:
cardHolderName - The cardHolderName to set.

getTransactionDate

public Date getTransactionDate()
Gets the transactionDate attribute.

Returns:
Returns the transactionDate

setTransactionDate

public void setTransactionDate(Date transactionDate)
Sets the transactionDate attribute.

Parameters:
transactionDate - The transactionDate to set.

getTransactionReferenceNumber

public String getTransactionReferenceNumber()
Gets the transactionReferenceNumber attribute.

Returns:
Returns the transactionReferenceNumber

setTransactionReferenceNumber

public void setTransactionReferenceNumber(String transactionReferenceNumber)
Sets the transactionReferenceNumber attribute.

Parameters:
transactionReferenceNumber - The transactionReferenceNumber to set.

getTransactionMerchantCategoryCode

public String getTransactionMerchantCategoryCode()
Gets the transactionMerchantCategoryCode attribute.

Returns:
Returns the transactionMerchantCategoryCode

setTransactionMerchantCategoryCode

public void setTransactionMerchantCategoryCode(String transactionMerchantCategoryCode)
Sets the transactionMerchantCategoryCode attribute.

Parameters:
transactionMerchantCategoryCode - The transactionMerchantCategoryCode to set.

getTransactionPostingDate

public Date getTransactionPostingDate()
Gets the transactionPostingDate attribute.

Returns:
Returns the transactionPostingDate

setTransactionPostingDate

public void setTransactionPostingDate(Date transactionPostingDate)
Sets the transactionPostingDate attribute.

Parameters:
transactionPostingDate - The transactionPostingDate to set.

getTransactionOriginalCurrencyCode

public String getTransactionOriginalCurrencyCode()
Gets the transactionOriginalCurrencyCode attribute.

Returns:
Returns the transactionOriginalCurrencyCode

setTransactionOriginalCurrencyCode

public void setTransactionOriginalCurrencyCode(String transactionOriginalCurrencyCode)
Sets the transactionOriginalCurrencyCode attribute.

Parameters:
transactionOriginalCurrencyCode - The transactionOriginalCurrencyCode to set.

getTransactionBillingCurrencyCode

public String getTransactionBillingCurrencyCode()
Gets the transactionBillingCurrencyCode attribute.

Returns:
Returns the transactionBillingCurrencyCode

setTransactionBillingCurrencyCode

public void setTransactionBillingCurrencyCode(String transactionBillingCurrencyCode)
Sets the transactionBillingCurrencyCode attribute.

Parameters:
transactionBillingCurrencyCode - The transactionBillingCurrencyCode to set.

getTransactionOriginalCurrencyAmount

public org.kuali.rice.kns.util.KualiDecimal getTransactionOriginalCurrencyAmount()
Gets the transactionOriginalCurrencyAmount attribute.

Returns:
Returns the transactionOriginalCurrencyAmount

setTransactionOriginalCurrencyAmount

public void setTransactionOriginalCurrencyAmount(org.kuali.rice.kns.util.KualiDecimal transactionOriginalCurrencyAmount)
Sets the transactionOriginalCurrencyAmount attribute.

Parameters:
transactionOriginalCurrencyAmount - The transactionOriginalCurrencyAmount to set.

setTransactionOriginalCurrencyAmount

public void setTransactionOriginalCurrencyAmount(String transactionOriginalCurrencyAmount)
Sets the transactionOriginalCurrencyAmount attribute.

Parameters:
transactionOriginalCurrencyAmount - The transactionOriginalCurrencyAmount to set.

getTransactionCurrencyExchangeRate

public BigDecimal getTransactionCurrencyExchangeRate()
Gets the transactionCurrencyExchangeRate attribute.

Returns:
Returns the transactionCurrencyExchangeRate

setTransactionCurrencyExchangeRate

public void setTransactionCurrencyExchangeRate(BigDecimal transactionCurrencyExchangeRate)
Sets the transactionCurrencyExchangeRate attribute.

Parameters:
transactionCurrencyExchangeRate - The transactionCurrencyExchangeRate to set.

setTransactionCurrencyExchangeRate

public void setTransactionCurrencyExchangeRate(String transactionCurrencyExchangeRate)
Sets the transactionCurrencyExchangeRate attribute.

Parameters:
transactionCurrencyExchangeRate - The transactionCurrencyExchangeRate to set.

getTransactionSettlementAmount

public org.kuali.rice.kns.util.KualiDecimal getTransactionSettlementAmount()
Gets the transactionSettlementAmount attribute.

Returns:
Returns the transactionSettlementAmount

setTransactionSettlementAmount

public void setTransactionSettlementAmount(org.kuali.rice.kns.util.KualiDecimal transactionSettlementAmount)
Sets the transactionSettlementAmount attribute.

Parameters:
transactionSettlementAmount - The transactionSettlementAmount to set.

setTransactionSettlementAmount

public void setTransactionSettlementAmount(String transactionSettlementAmount)
Sets the transactionSettlementAmount attribute.

Parameters:
transactionSettlementAmount - The transactionSettlementAmount to set.

getTransactionSalesTaxAmount

public org.kuali.rice.kns.util.KualiDecimal getTransactionSalesTaxAmount()
Gets the transactionSalesTaxAmount attribute.

Returns:
Returns the transactionSalesTaxAmount

setTransactionSalesTaxAmount

public void setTransactionSalesTaxAmount(org.kuali.rice.kns.util.KualiDecimal transactionSalesTaxAmount)
Sets the transactionSalesTaxAmount attribute.

Parameters:
transactionSalesTaxAmount - The transactionSalesTaxAmount to set.

setTransactionSalesTaxAmount

public void setTransactionSalesTaxAmount(String transactionSalesTaxAmount)
Sets the transactionSalesTaxAmount attribute.

Parameters:
transactionSalesTaxAmount - The transactionSalesTaxAmount to set.

getTransactionTaxExemptIndicator

public boolean getTransactionTaxExemptIndicator()
Gets the transactionTaxExemptIndicator attribute.

Returns:
Returns the transactionTaxExemptIndicator

setTransactionTaxExemptIndicator

public void setTransactionTaxExemptIndicator(boolean transactionTaxExemptIndicator)
Sets the transactionTaxExemptIndicator attribute.

Parameters:
transactionTaxExemptIndicator - The transactionTaxExemptIndicator to set.

setTransactionTaxExemptIndicator

public void setTransactionTaxExemptIndicator(String transactionTaxExemptIndicator)
Sets the transactionTaxExemptIndicator attribute.

Parameters:
transactionTaxExemptIndicator - The transactionTaxExemptIndicator to set.

getTransactionPurchaseIdentifierIndicator

public boolean getTransactionPurchaseIdentifierIndicator()
Gets the transactionPurchaseIdentifierIndicator attribute.

Returns:
Returns the transactionPurchaseIdentifierIndicator

setTransactionPurchaseIdentifierIndicator

public void setTransactionPurchaseIdentifierIndicator(boolean transactionPurchaseIdentifierIndicator)
Sets the transactionPurchaseIdentifierIndicator attribute.

Parameters:
transactionPurchaseIdentifierIndicator - The transactionPurchaseIdentifierIndicator to set.

setTransactionPurchaseIdentifierIndicator

public void setTransactionPurchaseIdentifierIndicator(String transactionPurchaseIdentifierIndicator)
Sets the transactionPurchaseIdentifierIndicator attribute.

Parameters:
transactionPurchaseIdentifierIndicator - The transactionPurchaseIdentifierIndicator to set.

getTransactionPurchaseIdentifierDescription

public String getTransactionPurchaseIdentifierDescription()
Gets the transactionPurchaseIdentifierDescription attribute.

Returns:
Returns the transactionPurchaseIdentifierDescription

setTransactionPurchaseIdentifierDescription

public void setTransactionPurchaseIdentifierDescription(String transactionPurchaseIdentifierDescription)
Sets the transactionPurchaseIdentifierDescription attribute.

Parameters:
transactionPurchaseIdentifierDescription - The transactionPurchaseIdentifierDescription to set.

getTransactionUnitContactName

public String getTransactionUnitContactName()
Gets the transactionUnitContactName attribute.

Returns:
Returns the transactionUnitContactName

setTransactionUnitContactName

public void setTransactionUnitContactName(String transactionUnitContactName)
Sets the transactionUnitContactName attribute.

Parameters:
transactionUnitContactName - The transactionUnitContactName to set.

getTransactionTravelAuthorizationCode

public String getTransactionTravelAuthorizationCode()
Gets the transactionTravelAuthorizationCode attribute.

Returns:
Returns the transactionTravelAuthorizationCode

setTransactionTravelAuthorizationCode

public void setTransactionTravelAuthorizationCode(String transactionTravelAuthorizationCode)
Sets the transactionTravelAuthorizationCode attribute.

Parameters:
transactionTravelAuthorizationCode - The transactionTravelAuthorizationCode to set.

getTransactionPointOfSaleCode

public String getTransactionPointOfSaleCode()
Gets the transactionPointOfSaleCode attribute.

Returns:
Returns the transactionPointOfSaleCode

setTransactionPointOfSaleCode

public void setTransactionPointOfSaleCode(String transactionPointOfSaleCode)
Sets the transactionPointOfSaleCode attribute.

Parameters:
transactionPointOfSaleCode - The transactionPointOfSaleCode to set.

getVendorName

public String getVendorName()
Gets the vendorName attribute.

Returns:
Returns the vendorName

setVendorName

public void setVendorName(String vendorName)
Sets the vendorName attribute.

Parameters:
vendorName - The vendorName to set.

getVendorLine1Address

public String getVendorLine1Address()
Gets the vendorLine1Address attribute.

Returns:
Returns the vendorLine1Address

setVendorLine1Address

public void setVendorLine1Address(String vendorLine1Address)
Sets the vendorLine1Address attribute.

Parameters:
vendorLine1Address - The vendorLine1Address to set.

getVendorLine2Address

public String getVendorLine2Address()
Gets the vendorLine2Address attribute.

Returns:
Returns the vendorLine2Address

setVendorLine2Address

public void setVendorLine2Address(String vendorLine2Address)
Sets the vendorLine2Address attribute.

Parameters:
vendorLine2Address - The vendorLine2Address to set.

getVendorCityName

public String getVendorCityName()
Gets the vendorCityName attribute.

Returns:
Returns the vendorCityName

setVendorCityName

public void setVendorCityName(String vendorCityName)
Sets the vendorCityName attribute.

Parameters:
vendorCityName - The vendorCityName to set.

getVendorStateCode

public String getVendorStateCode()
Gets the vendorStateCode attribute.

Returns:
Returns the vendorStateCode

setVendorStateCode

public void setVendorStateCode(String vendorStateCode)
Sets the vendorStateCode attribute.

Parameters:
vendorStateCode - The vendorStateCode to set.

getVendorZipCode

public String getVendorZipCode()
Gets the vendorZipCode attribute.

Returns:
Returns the vendorZipCode

setVendorZipCode

public void setVendorZipCode(String vendorZipCode)
Sets the vendorZipCode attribute.

Parameters:
vendorZipCode - The vendorZipCode to set.

getVendorOrderNumber

public String getVendorOrderNumber()
Gets the vendorOrderNumber attribute.

Returns:
Returns the vendorOrderNumber

setVendorOrderNumber

public void setVendorOrderNumber(String vendorOrderNumber)
Sets the vendorOrderNumber attribute.

Parameters:
vendorOrderNumber - The vendorOrderNumber to set.

getVisaVendorIdentifier

public String getVisaVendorIdentifier()
Gets the visaVendorIdentifier attribute.

Returns:
Returns the visaVendorIdentifier

setVisaVendorIdentifier

public void setVisaVendorIdentifier(String visaVendorIdentifier)
Sets the visaVendorIdentifier attribute.

Parameters:
visaVendorIdentifier - The visaVendorIdentifier to set.

getCardHolderAlternateName

public String getCardHolderAlternateName()
Gets the cardHolderAlternateName attribute.

Returns:
Returns the cardHolderAlternateName

setCardHolderAlternateName

public void setCardHolderAlternateName(String cardHolderAlternateName)
Sets the cardHolderAlternateName attribute.

Parameters:
cardHolderAlternateName - The cardHolderAlternateName to set.

getCardHolderLine1Address

public String getCardHolderLine1Address()
Gets the cardHolderLine1Address attribute.

Returns:
Returns the cardHolderLine1Address

setCardHolderLine1Address

public void setCardHolderLine1Address(String cardHolderLine1Address)
Sets the cardHolderLine1Address attribute.

Parameters:
cardHolderLine1Address - The cardHolderLine1Address to set.

getCardHolderLine2Address

public String getCardHolderLine2Address()
Gets the cardHolderLine2Address attribute.

Returns:
Returns the cardHolderLine2Address

setCardHolderLine2Address

public void setCardHolderLine2Address(String cardHolderLine2Address)
Sets the cardHolderLine2Address attribute.

Parameters:
cardHolderLine2Address - The cardHolderLine2Address to set.

getCardHolderCityName

public String getCardHolderCityName()
Gets the cardHolderCityName attribute.

Returns:
Returns the cardHolderCityName

setCardHolderCityName

public void setCardHolderCityName(String cardHolderCityName)
Sets the cardHolderCityName attribute.

Parameters:
cardHolderCityName - The cardHolderCityName to set.

getCardHolderStateCode

public String getCardHolderStateCode()
Gets the cardHolderStateCode attribute.

Returns:
Returns the cardHolderStateCode

setCardHolderStateCode

public void setCardHolderStateCode(String cardHolderStateCode)
Sets the cardHolderStateCode attribute.

Parameters:
cardHolderStateCode - The cardHolderStateCode to set.

getCardHolderZipCode

public String getCardHolderZipCode()
Gets the cardHolderZipCode attribute.

Returns:
Returns the cardHolderZipCode

setCardHolderZipCode

public void setCardHolderZipCode(String cardHolderZipCode)
Sets the cardHolderZipCode attribute.

Parameters:
cardHolderZipCode - The cardHolderZipCode to set.

getCardHolderWorkPhoneNumber

public String getCardHolderWorkPhoneNumber()
Gets the cardHolderWorkPhoneNumber attribute.

Returns:
Returns the cardHolderWorkPhoneNumber

setCardHolderWorkPhoneNumber

public void setCardHolderWorkPhoneNumber(String cardHolderWorkPhoneNumber)
Sets the cardHolderWorkPhoneNumber attribute.

Parameters:
cardHolderWorkPhoneNumber - The cardHolderWorkPhoneNumber to set.

getCardLimit

public org.kuali.rice.kns.util.KualiDecimal getCardLimit()
Gets the cardLimit attribute.

Returns:
Returns the cardLimit

setCardLimit

public void setCardLimit(org.kuali.rice.kns.util.KualiDecimal cardLimit)
Sets the cardLimit attribute.

Parameters:
cardLimit - The cardLimit to set.

setCardLimit

public void setCardLimit(String cardLimit)
Sets the cardLimit attribute.

Parameters:
cardLimit - The cardLimit to set.

getCardCycleAmountLimit

public org.kuali.rice.kns.util.KualiDecimal getCardCycleAmountLimit()
Gets the cardCycleAmountLimit attribute.

Returns:
Returns the cardCycleAmountLimit

setCardCycleAmountLimit

public void setCardCycleAmountLimit(org.kuali.rice.kns.util.KualiDecimal cardCycleAmountLimit)
Sets the cardCycleAmountLimit attribute.

Parameters:
cardCycleAmountLimit - The cardCycleAmountLimit to set.

setCardCycleAmountLimit

public void setCardCycleAmountLimit(String cardCycleAmountLimit)
Sets the cardCycleAmountLimit attribute.

Parameters:
cardCycleAmountLimit - The cardCycleAmountLimit to set.

getCardCycleVolumeLimit

public org.kuali.rice.kns.util.KualiDecimal getCardCycleVolumeLimit()
Gets the cardCycleVolumeLimit attribute.

Returns:
Returns the cardCycleVolumeLimit

setCardCycleVolumeLimit

public void setCardCycleVolumeLimit(org.kuali.rice.kns.util.KualiDecimal cardCycleVolumeLimit)
Sets the cardCycleVolumeLimit attribute.

Parameters:
cardCycleVolumeLimit - The cardCycleVolumeLimit to set.

setCardCycleVolumeLimit

public void setCardCycleVolumeLimit(String cardCycleVolumeLimit)
Sets the cardCycleVolumeLimit attribute.

Parameters:
cardCycleVolumeLimit - The cardCycleVolumeLimit to set.

getCardStatusCode

public String getCardStatusCode()
Gets the cardStatusCode attribute.

Returns:
Returns the cardStatusCode

setCardStatusCode

public void setCardStatusCode(String cardStatusCode)
Sets the cardStatusCode attribute.

Parameters:
cardStatusCode - The cardStatusCode to set.

getCardNoteText

public String getCardNoteText()
Gets the cardNoteText attribute.

Returns:
Returns the cardNoteText

setCardNoteText

public void setCardNoteText(String cardNoteText)
Sets the cardNoteText attribute.

Parameters:
cardNoteText - The cardNoteText to set.

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase
See Also:
BusinessObjectBase.toStringMapper()


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.