|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.fp.businessobject.ProcurementCardTransactionDetail
public class ProcurementCardTransactionDetail
This class is used to represent a procurement card transaction detail business object.
| Field Summary |
|---|
| Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
|---|
extension, versionNumber |
| Constructor Summary | |
|---|---|
ProcurementCardTransactionDetail()
Default constructor. |
|
| Method Summary | |
|---|---|
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.kns.util.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.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. |
org.kuali.rice.kns.util.KualiDecimal |
getTransactionSettlementAmount()
Gets the transactionSettlementAmount attribute. |
boolean |
getTransactionTaxExemptIndicator()
Gets the transactionTaxExemptIndicator attribute. |
org.kuali.rice.kns.util.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.kns.util.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.kns.util.KualiDecimal transactionSalesTaxAmount)
Sets the transactionSalesTaxAmount attribute. |
void |
setTransactionSettlementAmount(org.kuali.rice.kns.util.KualiDecimal transactionSettlementAmount)
Sets the transactionSettlementAmount attribute. |
void |
setTransactionTaxExemptIndicator(boolean transactionTaxExemptIndicator)
Sets the transactionTaxExemptIndicator attribute. |
void |
setTransactionTotalAmount(org.kuali.rice.kns.util.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()
|
| 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 |
|---|
public ProcurementCardTransactionDetail()
| Method Detail |
|---|
public org.kuali.rice.kns.util.KualiDecimal getTargetTotal()
org.kuali.rice.kns.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.kns.util.KualiDecimal getTransactionOriginalCurrencyAmount()
public void setTransactionOriginalCurrencyAmount(org.kuali.rice.kns.util.KualiDecimal transactionOriginalCurrencyAmount)
transactionOriginalCurrencyAmount - The transactionOriginalCurrencyAmount to set.public BigDecimal getTransactionCurrencyExchangeRate()
public void setTransactionCurrencyExchangeRate(BigDecimal transactionCurrencyExchangeRate)
transactionCurrencyExchangeRate - The transactionCurrencyExchangeRate to set.public org.kuali.rice.kns.util.KualiDecimal getTransactionSettlementAmount()
public void setTransactionSettlementAmount(org.kuali.rice.kns.util.KualiDecimal transactionSettlementAmount)
transactionSettlementAmount - The transactionSettlementAmount to set.public org.kuali.rice.kns.util.KualiDecimal getTransactionSalesTaxAmount()
public void setTransactionSalesTaxAmount(org.kuali.rice.kns.util.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.kns.util.KualiDecimal getTransactionTotalAmount()
public void setTransactionTotalAmount(org.kuali.rice.kns.util.KualiDecimal transactionTotalAmount)
transactionTotalAmount - The transactionTotalAmount to set.protected LinkedHashMap toStringMapper()
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBaseBusinessObjectBase.toStringMapper()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||