org.kuali.rice.krad.labs.transaction
Class TransactionModel
java.lang.Object
org.kuali.rice.krad.labs.transaction.TransactionModel
- All Implemented Interfaces:
- Serializable
public class TransactionModel
- extends Object
- implements Serializable
Dummy test object for testing
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionModel
public TransactionModel()
TransactionModel
public TransactionModel(int subTransactionsItemNumber)
getAccountId
public String getAccountId()
setAccountId
public void setAccountId(String accountId)
getAllocatedAmount
public BigDecimal getAllocatedAmount()
setAllocatedAmount
public void setAllocatedAmount(BigDecimal allocatedAmount)
getAmount
public BigDecimal getAmount()
setAmount
public void setAmount(BigDecimal amount)
getChargeCancellationRule
public String getChargeCancellationRule()
setChargeCancellationRule
public void setChargeCancellationRule(String chargeCancellationRule)
getClearDate
public Date getClearDate()
setClearDate
public void setClearDate(Date clearDate)
getCreationDate
public Date getCreationDate()
setCreationDate
public void setCreationDate(Date creationDate)
getCurrencyCode
public String getCurrencyCode()
setCurrencyCode
public void setCurrencyCode(String currencyCode)
getDefermentExpirationDate
public Date getDefermentExpirationDate()
setDefermentExpirationDate
public void setDefermentExpirationDate(Date defermentExpirationDate)
getGeneralLedgerTypeDescription
public String getGeneralLedgerTypeDescription()
setGeneralLedgerTypeDescription
public void setGeneralLedgerTypeDescription(String generalLedgerTypeDescription)
getGlEntryGenerated
public String getGlEntryGenerated()
setGlEntryGenerated
public void setGlEntryGenerated(String glEntryGenerated)
getGlOverridden
public String getGlOverridden()
setGlOverridden
public void setGlOverridden(String glOverridden)
getIdString
public String getIdString()
setIdString
public void setIdString(String idString)
getInternal
public String getInternal()
setInternal
public void setInternal(String internal)
getLockedAllocatedAmount
public BigDecimal getLockedAllocatedAmount()
setLockedAllocatedAmount
public void setLockedAllocatedAmount(BigDecimal lockedAllocatedAmount)
getNativeAmount
public BigDecimal getNativeAmount()
setNativeAmount
public void setNativeAmount(BigDecimal nativeAmount)
getOriginalAmount
public BigDecimal getOriginalAmount()
setOriginalAmount
public void setOriginalAmount(BigDecimal originalAmount)
getOriginationDate
public Date getOriginationDate()
setOriginationDate
public void setOriginationDate(Date originationDate)
getParentTransaction
public TransactionModel getParentTransaction()
setParentTransaction
public void setParentTransaction(TransactionModel parentTransaction)
getPaymentRefundable
public String getPaymentRefundable()
setPaymentRefundable
public void setPaymentRefundable(String paymentRefundable)
getPaymentRefundRule
public String getPaymentRefundRule()
setPaymentRefundRule
public void setPaymentRefundRule(String paymentRefundRule)
getRecognitionDate
public Date getRecognitionDate()
setRecognitionDate
public void setRecognitionDate(Date recognitionDate)
getRollupDescription
public String getRollupDescription()
setRollupDescription
public void setRollupDescription(String rollupDescription)
getStatusString
public String getStatusString()
setStatusString
public void setStatusString(String statusString)
getAllocatedTotal
public BigDecimal getAllocatedTotal()
setAllocatedTotal
public void setAllocatedTotal(BigDecimal allocatedTotal)
getChargeAmount
public BigDecimal getChargeAmount()
setChargeAmount
public void setChargeAmount(BigDecimal chargeAmount)
getAllocatedLockedAllocated
public BigDecimal getAllocatedLockedAllocated()
setAllocatedLockedAllocated
public void setAllocatedLockedAllocated(BigDecimal allocatedLockedAllocated)
getDefermentAmount
public BigDecimal getDefermentAmount()
setDefermentAmount
public void setDefermentAmount(BigDecimal defermentAmount)
getPaymentAmount
public BigDecimal getPaymentAmount()
setPaymentAmount
public void setPaymentAmount(BigDecimal paymentAmount)
getUnallocatedAmount
public BigDecimal getUnallocatedAmount()
setUnallocatedAmount
public void setUnallocatedAmount(BigDecimal unallocatedAmount)
getChargeTotal
public BigDecimal getChargeTotal()
setChargeTotal
public void setChargeTotal(BigDecimal chargeTotal)
getDefermentTotal
public BigDecimal getDefermentTotal()
setDefermentTotal
public void setDefermentTotal(BigDecimal defermentTotal)
getEffectiveDate
public Date getEffectiveDate()
setEffectiveDate
public void setEffectiveDate(Date effectiveDate)
getId
public String getId()
setId
public void setId(String id)
getPaymentTotal
public BigDecimal getPaymentTotal()
setPaymentTotal
public void setPaymentTotal(BigDecimal paymentTotal)
getSubTransactions
public List<TransactionModel> getSubTransactions()
setSubTransactions
public void setSubTransactions(List<TransactionModel> subTransactions)
getTagList
public String getTagList()
setTagList
public void setTagList(String tagList)
getTransactionDisplayType
public String getTransactionDisplayType()
setTransactionDisplayType
public void setTransactionDisplayType(String transactionDisplayType)
getTransactionTypeDescription
public String getTransactionTypeDescription()
setTransactionTypeDescription
public void setTransactionTypeDescription(String transactionTypeDescription)
getUnallocatedTotal
public BigDecimal getUnallocatedTotal()
setUnallocatedTotal
public void setUnallocatedTotal(BigDecimal unallocatedTotal)
getNewTag
public String getNewTag()
setNewTag
public void setNewTag(String newTag)
getTagModels
public List<Tag> getTagModels()
setTagModels
public void setTagModels(List<Tag> tagModels)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.