public class ProcurementCardTransactionDetail extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
| Constructor and Description |
|---|
ProcurementCardTransactionDetail()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDocumentNumber()
Gets the documentNumber attribute.
|
Integer |
getFinancialDocumentTransactionLineNumber()
Gets the financialDocumentTransactionLineNumber attribute.
|
ProcurementCardVendor |
getProcurementCardVendor()
Gets the procurementCardVendor attribute.
|
List |
getSourceAccountingLines()
Gets the sourceAccountingLines attribute.
|
List |
getTargetAccountingLines()
Gets the targetAccountingLines attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getTargetTotal() |
String |
getTransactionBillingCurrencyCode()
Gets the transactionBillingCurrencyCode 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.
|
org.kuali.rice.core.api.util.type.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.core.api.util.type.KualiDecimal |
getTransactionSalesTaxAmount()
Gets the transactionSalesTaxAmount attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getTransactionSettlementAmount()
Gets the transactionSettlementAmount attribute.
|
boolean |
getTransactionTaxExemptIndicator()
Gets the transactionTaxExemptIndicator attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getTransactionTotalAmount()
Gets the transactionTotalAmount attribute.
|
String |
getTransactionTravelAuthorizationCode()
Gets the transactionTravelAuthorizationCode attribute.
|
String |
getTransactionUnitContactName()
Gets the transactionUnitContactName attribute.
|
void |
setDocumentNumber(String documentNumber)
Sets the documentNumber attribute.
|
void |
setFinancialDocumentTransactionLineNumber(Integer financialDocumentTransactionLineNumber)
Sets the financialDocumentTransactionLineNumber attribute.
|
void |
setProcurementCardVendor(ProcurementCardVendor procurementCardVendor)
Sets the procurementCardVendor attribute value.
|
void |
setSourceAccountingLines(List sourceAccountingLines)
Sets the sourceAccountingLines attribute value.
|
void |
setTargetAccountingLines(List targetAccountingLines)
Sets the targetAccountingLines attribute value.
|
void |
setTransactionBillingCurrencyCode(String transactionBillingCurrencyCode)
Sets the transactionBillingCurrencyCode attribute.
|
void |
setTransactionCurrencyExchangeRate(BigDecimal transactionCurrencyExchangeRate)
Sets the transactionCurrencyExchangeRate attribute.
|
void |
setTransactionCycleEndDate(Date transactionCycleEndDate)
Sets the transactionCycleEndDate attribute value.
|
void |
setTransactionCycleStartDate(Date transactionCycleStartDate)
Sets the transactionCycleStartDate attribute value.
|
void |
setTransactionDate(Date transactionDate)
Sets the transactionDate attribute.
|
void |
setTransactionOriginalCurrencyAmount(org.kuali.rice.core.api.util.type.KualiDecimal 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 |
setTransactionReferenceNumber(String transactionReferenceNumber)
Sets the transactionReferenceNumber attribute.
|
void |
setTransactionSalesTaxAmount(org.kuali.rice.core.api.util.type.KualiDecimal transactionSalesTaxAmount)
Sets the transactionSalesTaxAmount attribute.
|
void |
setTransactionSettlementAmount(org.kuali.rice.core.api.util.type.KualiDecimal transactionSettlementAmount)
Sets the transactionSettlementAmount attribute.
|
void |
setTransactionTaxExemptIndicator(boolean transactionTaxExemptIndicator)
Sets the transactionTaxExemptIndicator attribute.
|
void |
setTransactionTotalAmount(org.kuali.rice.core.api.util.type.KualiDecimal transactionTotalAmount)
Sets the transactionTotalAmount attribute value.
|
void |
setTransactionTravelAuthorizationCode(String transactionTravelAuthorizationCode)
Sets the transactionTravelAuthorizationCode attribute.
|
void |
setTransactionUnitContactName(String transactionUnitContactName)
Sets the transactionUnitContactName attribute.
|
protected LinkedHashMap |
toStringMapper_RICE20_REFACTORME() |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic ProcurementCardTransactionDetail()
public org.kuali.rice.core.api.util.type.KualiDecimal getTargetTotal()
org.kuali.rice.krad.document.TransactionalDocument#getTargetTotal()public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
documentNumber - The documentNumber to set.public Integer getFinancialDocumentTransactionLineNumber()
public void setFinancialDocumentTransactionLineNumber(Integer financialDocumentTransactionLineNumber)
financialDocumentTransactionLineNumber - The financialDocumentTransactionLineNumber to set.public Date getTransactionDate()
public void setTransactionDate(Date transactionDate)
transactionDate - The transactionDate to set.public String getTransactionReferenceNumber()
public void setTransactionReferenceNumber(String transactionReferenceNumber)
transactionReferenceNumber - The transactionReferenceNumber to set.public Date getTransactionPostingDate()
public void setTransactionPostingDate(Date transactionPostingDate)
transactionPostingDate - The transactionPostingDate to set.public String getTransactionOriginalCurrencyCode()
public void setTransactionOriginalCurrencyCode(String transactionOriginalCurrencyCode)
transactionOriginalCurrencyCode - The transactionOriginalCurrencyCode to set.public String getTransactionBillingCurrencyCode()
public void setTransactionBillingCurrencyCode(String transactionBillingCurrencyCode)
transactionBillingCurrencyCode - The transactionBillingCurrencyCode to set.public org.kuali.rice.core.api.util.type.KualiDecimal getTransactionOriginalCurrencyAmount()
public void setTransactionOriginalCurrencyAmount(org.kuali.rice.core.api.util.type.KualiDecimal transactionOriginalCurrencyAmount)
transactionOriginalCurrencyAmount - The transactionOriginalCurrencyAmount to set.public BigDecimal getTransactionCurrencyExchangeRate()
public void setTransactionCurrencyExchangeRate(BigDecimal transactionCurrencyExchangeRate)
transactionCurrencyExchangeRate - The transactionCurrencyExchangeRate to set.public org.kuali.rice.core.api.util.type.KualiDecimal getTransactionSettlementAmount()
public void setTransactionSettlementAmount(org.kuali.rice.core.api.util.type.KualiDecimal transactionSettlementAmount)
transactionSettlementAmount - The transactionSettlementAmount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getTransactionSalesTaxAmount()
public void setTransactionSalesTaxAmount(org.kuali.rice.core.api.util.type.KualiDecimal transactionSalesTaxAmount)
transactionSalesTaxAmount - The transactionSalesTaxAmount to set.public boolean getTransactionTaxExemptIndicator()
public void setTransactionTaxExemptIndicator(boolean transactionTaxExemptIndicator)
transactionTaxExemptIndicator - The transactionTaxExemptIndicator to set.public boolean getTransactionPurchaseIdentifierIndicator()
public void setTransactionPurchaseIdentifierIndicator(boolean transactionPurchaseIdentifierIndicator)
transactionPurchaseIdentifierIndicator - The transactionPurchaseIdentifierIndicator to set.public String getTransactionPurchaseIdentifierDescription()
public void setTransactionPurchaseIdentifierDescription(String transactionPurchaseIdentifierDescription)
transactionPurchaseIdentifierDescription - The transactionPurchaseIdentifierDescription to set.public String getTransactionUnitContactName()
public void setTransactionUnitContactName(String transactionUnitContactName)
transactionUnitContactName - The transactionUnitContactName to set.public String getTransactionTravelAuthorizationCode()
public void setTransactionTravelAuthorizationCode(String transactionTravelAuthorizationCode)
transactionTravelAuthorizationCode - The transactionTravelAuthorizationCode to set.public String getTransactionPointOfSaleCode()
public void setTransactionPointOfSaleCode(String transactionPointOfSaleCode)
transactionPointOfSaleCode - The transactionPointOfSaleCode to set.public List getSourceAccountingLines()
public void setSourceAccountingLines(List sourceAccountingLines)
sourceAccountingLines - The sourceAccountingLines to set.public List getTargetAccountingLines()
public void setTargetAccountingLines(List targetAccountingLines)
targetAccountingLines - The targetAccountingLines to set.public Date getTransactionCycleEndDate()
public void setTransactionCycleEndDate(Date transactionCycleEndDate)
transactionCycleEndDate - The transactionCycleEndDate to set.public Date getTransactionCycleStartDate()
public void setTransactionCycleStartDate(Date transactionCycleStartDate)
transactionCycleStartDate - The transactionCycleStartDate to set.public ProcurementCardVendor getProcurementCardVendor()
public void setProcurementCardVendor(ProcurementCardVendor procurementCardVendor)
procurementCardVendor - The procurementCardVendor to set.public org.kuali.rice.core.api.util.type.KualiDecimal getTransactionTotalAmount()
public void setTransactionTotalAmount(org.kuali.rice.core.api.util.type.KualiDecimal transactionTotalAmount)
transactionTotalAmount - The transactionTotalAmount to set.protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()Copyright © 2004–2015 The Kuali Foundation. All rights reserved.