org.kuali.kfs.module.cab.businessobject
Class GeneralLedgerEntry

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.module.cab.businessobject.GeneralLedgerEntry
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject
Direct Known Subclasses:
PurchasingAccountsPayableProcessingReport

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
GeneralLedgerEntry()
           
GeneralLedgerEntry(Entry entry)
          Constructs a GeneralLedgerEntry item from GL line entry
 
Method Summary
 org.kuali.rice.kns.util.KualiDecimal computePayment()
           
 Account getAccount()
          Gets the account attribute.
 String getAccountNumber()
          Gets the accountNumber attribute.
 String getActivityStatusCode()
          Gets the activityStatusCode attribute.
 org.kuali.rice.kns.util.KualiDecimal getAmount()
          Gets the amount attribute.
 Chart getChart()
          Gets the chart attribute.
 String getChartOfAccountsCode()
          Gets the chartOfAccountsCode attribute.
 String getDocumentNumber()
          Gets the documentNumber attribute.
 String getFinancialBalanceTypeCode()
          Gets the financialBalanceTypeCode attribute.
 String getFinancialDocumentTypeCode()
          Gets the financialDocumentTypeCode attribute.
 ObjectCode getFinancialObject()
          Gets the financialObject attribute.
 String getFinancialObjectCode()
          Gets the financialObjectCode attribute.
 String getFinancialObjectTypeCode()
          Gets the financialObjectTypeCode attribute.
 SubObjectCode getFinancialSubObject()
          Gets the financialSubObject attribute.
 String getFinancialSubObjectCode()
          Gets the financialSubObjectCode attribute.
 org.kuali.rice.kew.doctype.bo.DocumentTypeEBO getFinancialSystemDocumentTypeCode()
          Gets the financialSystemDocumentTypeCode attribute.
 String getFinancialSystemOriginationCode()
          Gets the financialSystemOriginationCode attribute.
 Long getGeneralLedgerAccountIdentifier()
          Gets the generalLedgerAccountIdentifier attribute.
 List<GeneralLedgerEntryAsset> getGeneralLedgerEntryAssets()
          Gets the generalLedgerEntryAssets attribute.
 ObjectType getObjectType()
          Gets the objectType attribute.
 String getOrganizationDocumentNumber()
          Gets the organizationDocumentNumber attribute.
 String getOrganizationReferenceId()
          Gets the organizationReferenceId attribute.
 String getProjectCode()
          Gets the projectCode attribute.
 List<PurchasingAccountsPayableLineAssetAccount> getPurApLineAssetAccounts()
          Gets the purApLineAssetAccounts attribute.
 String getReferenceFinancialDocumentNumber()
          Gets the referenceFinancialDocumentNumber attribute.
 String getReferenceFinancialSystemOriginationCode()
          Gets the referenceFinancialSystemOriginationCode attribute.
 SubAccount getSubAccount()
          Gets the subAccount attribute.
 String getSubAccountNumber()
          Gets the subAccountNumber attribute.
 Date getTransactionDate()
          Gets the transactionDate attribute.
 Timestamp getTransactionDateTimeStamp()
          Gets the transactionDateTimeStamp attribute.
 String getTransactionDebitCreditCode()
          Gets the transactionDebitCreditCode attribute.
 org.kuali.rice.kns.util.KualiDecimal getTransactionLedgerEntryAmount()
          Gets the transactionLedgerEntryAmount attribute.
 String getTransactionLedgerEntryDescription()
          Gets the transactionLedgerEntryDescription attribute.
 Integer getTransactionLedgerEntrySequenceNumber()
          Gets the transactionLedgerEntrySequenceNumber attribute.
 org.kuali.rice.kns.util.KualiDecimal getTransactionLedgerSubmitAmount()
          Gets the transactionLedgerSubmitAmount attribute.
 Date getTransactionPostingDate()
          Gets the transactionPostingDate attribute.
 String getUniversityFiscalPeriodCode()
          Gets the universityFiscalPeriodCode attribute.
 Integer getUniversityFiscalYear()
          Gets the universityFiscalYear attribute.
 boolean isActive()
          Gets the active attribute.
 boolean isSelected()
          Gets the selected attribute.
 void setAccount(Account account)
          Sets the account attribute.
 void setAccountNumber(String accountNumber)
          Sets the accountNumber attribute.
 void setActivityStatusCode(String activityStatusCode)
          Sets the activityStatusCode attribute value.
 void setAmount(org.kuali.rice.kns.util.KualiDecimal absAmount)
          Sets the amount attribute value.
 void setChart(Chart chart)
          Sets the chart attribute.
 void setChartOfAccountsCode(String chartOfAccountsCode)
          Sets the chartOfAccountsCode attribute.
 void setDocumentNumber(String documentNumber)
          Sets the documentNumber attribute.
 void setFinancialBalanceTypeCode(String financialBalanceTypeCode)
          Sets the financialBalanceTypeCode attribute.
 void setFinancialDocumentTypeCode(String financialDocumentTypeCode)
          Sets the financialDocumentTypeCode attribute.
 void setFinancialObject(ObjectCode financialObject)
          Sets the financialObject attribute.
 void setFinancialObjectCode(String financialObjectCode)
          Sets the financialObjectCode attribute.
 void setFinancialObjectTypeCode(String financialObjectTypeCode)
          Sets the financialObjectTypeCode attribute.
 void setFinancialSubObject(SubObjectCode financialSubObject)
          Sets the financialSubObject attribute.
 void setFinancialSubObjectCode(String financialSubObjectCode)
          Sets the financialSubObjectCode attribute.
 void setFinancialSystemOriginationCode(String financialSystemOriginationCode)
          Sets the financialSystemOriginationCode attribute.
 void setGeneralLedgerAccountIdentifier(Long glAccountId)
          Sets the generalLedgerAccountIdentifier attribute.
 void setGeneralLedgerEntryAssets(List<GeneralLedgerEntryAsset> generalLedgerEntryAssets)
          Sets the generalLedgerEntryAssets attribute.
 void setObjectType(ObjectType objectType)
          Sets the objectType attribute.
 void setOrganizationDocumentNumber(String organizationDocumentNumber)
          Sets the organizationDocumentNumber attribute.
 void setOrganizationReferenceId(String organizationReferenceId)
          Sets the organizationReferenceId attribute.
 void setProjectCode(String projectCode)
          Sets the projectCode attribute.
 void setPurApLineAssetAccounts(List<PurchasingAccountsPayableLineAssetAccount> purApLineAssetAccounts)
          Sets the purApLineAssetAccounts attribute value.
 void setReferenceFinancialDocumentNumber(String referenceFinancialDocumentNumber)
          Sets the referenceFinancialDocumentNumber attribute.
 void setReferenceFinancialSystemOriginationCode(String referenceFinancialSystemOriginationCode)
          Sets the referenceFinancialSystemOriginationCode attribute.
 void setSelected(boolean selected)
          Sets the selected attribute value.
 void setSubAccount(SubAccount subAccount)
          Sets the subAccount attribute.
 void setSubAccountNumber(String subAccountNumber)
          Sets the subAccountNumber attribute.
 void setTransactionDate(Date transactionDate)
          Sets the transactionDate attribute.
 void setTransactionDateTimeStamp(Timestamp transactionDateTimeStamp)
          Sets the transactionDateTimeStamp attribute.
 void setTransactionDebitCreditCode(String transactionDebitCreditCode)
          Sets the transactionDebitCreditCode attribute.
 void setTransactionLedgerEntryAmount(org.kuali.rice.kns.util.KualiDecimal transactionLedgerEntryAmount)
          Sets the transactionLedgerEntryAmount attribute.
 void setTransactionLedgerEntryDescription(String transactionLedgerEntryDescription)
          Sets the transactionLedgerEntryDescription attribute.
 void setTransactionLedgerEntrySequenceNumber(Integer transactionLedgerEntrySequenceNumber)
          Sets the transactionLedgerEntrySequenceNumber attribute.
 void setTransactionLedgerSubmitAmount(org.kuali.rice.kns.util.KualiDecimal transactionLedgerSubmitAmount)
          Sets the transactionLedgerSubmitAmount attribute value.
 void setTransactionPostingDate(Date transactionPostingDate)
          Sets the transactionPostingDate attribute.
 void setUniversityFiscalPeriodCode(String universityFiscalPeriodCode)
          Sets the universityFiscalPeriodCode attribute.
 void setUniversityFiscalYear(Integer universityFiscalYear)
          Sets the universityFiscalYear attribute.
protected  LinkedHashMap<String,String> 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

GeneralLedgerEntry

public GeneralLedgerEntry()

GeneralLedgerEntry

public GeneralLedgerEntry(Entry entry)
Constructs a GeneralLedgerEntry item from GL line entry

Parameters:
entry - GL Lines
Method Detail

toStringMapper

protected LinkedHashMap<String,String> toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase

getGeneralLedgerAccountIdentifier

public Long getGeneralLedgerAccountIdentifier()
Gets the generalLedgerAccountIdentifier attribute.

Returns:
Returns the generalLedgerAccountIdentifier

setGeneralLedgerAccountIdentifier

public void setGeneralLedgerAccountIdentifier(Long glAccountId)
Sets the generalLedgerAccountIdentifier attribute.

Parameters:
generalLedgerAccountIdentifier - The generalLedgerAccountIdentifier to set.

getUniversityFiscalYear

public Integer getUniversityFiscalYear()
Gets the universityFiscalYear attribute.

Returns:
Returns the universityFiscalYear

setUniversityFiscalYear

public void setUniversityFiscalYear(Integer universityFiscalYear)
Sets the universityFiscalYear attribute.

Parameters:
universityFiscalYear - The universityFiscalYear 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.

getFinancialBalanceTypeCode

public String getFinancialBalanceTypeCode()
Gets the financialBalanceTypeCode attribute.

Returns:
Returns the financialBalanceTypeCode

setFinancialBalanceTypeCode

public void setFinancialBalanceTypeCode(String financialBalanceTypeCode)
Sets the financialBalanceTypeCode attribute.

Parameters:
financialBalanceTypeCode - The financialBalanceTypeCode to set.

getFinancialObjectTypeCode

public String getFinancialObjectTypeCode()
Gets the financialObjectTypeCode attribute.

Returns:
Returns the financialObjectTypeCode

setFinancialObjectTypeCode

public void setFinancialObjectTypeCode(String financialObjectTypeCode)
Sets the financialObjectTypeCode attribute.

Parameters:
financialObjectTypeCode - The financialObjectTypeCode to set.

getUniversityFiscalPeriodCode

public String getUniversityFiscalPeriodCode()
Gets the universityFiscalPeriodCode attribute.

Returns:
Returns the universityFiscalPeriodCode

setUniversityFiscalPeriodCode

public void setUniversityFiscalPeriodCode(String universityFiscalPeriodCode)
Sets the universityFiscalPeriodCode attribute.

Parameters:
universityFiscalPeriodCode - The universityFiscalPeriodCode to set.

getFinancialDocumentTypeCode

public String getFinancialDocumentTypeCode()
Gets the financialDocumentTypeCode attribute.

Returns:
Returns the financialDocumentTypeCode

setFinancialDocumentTypeCode

public void setFinancialDocumentTypeCode(String financialDocumentTypeCode)
Sets the financialDocumentTypeCode attribute.

Parameters:
financialDocumentTypeCode - The financialDocumentTypeCode to set.

getFinancialSystemOriginationCode

public String getFinancialSystemOriginationCode()
Gets the financialSystemOriginationCode attribute.

Returns:
Returns the financialSystemOriginationCode

setFinancialSystemOriginationCode

public void setFinancialSystemOriginationCode(String financialSystemOriginationCode)
Sets the financialSystemOriginationCode attribute.

Parameters:
financialSystemOriginationCode - The financialSystemOriginationCode to set.

getDocumentNumber

public String getDocumentNumber()
Gets the documentNumber attribute.

Returns:
Returns the documentNumber

setDocumentNumber

public void setDocumentNumber(String documentNumber)
Sets the documentNumber attribute.

Parameters:
documentNumber - The documentNumber to set.

getTransactionLedgerEntrySequenceNumber

public Integer getTransactionLedgerEntrySequenceNumber()
Gets the transactionLedgerEntrySequenceNumber attribute.

Returns:
Returns the transactionLedgerEntrySequenceNumber

setTransactionLedgerEntrySequenceNumber

public void setTransactionLedgerEntrySequenceNumber(Integer transactionLedgerEntrySequenceNumber)
Sets the transactionLedgerEntrySequenceNumber attribute.

Parameters:
transactionLedgerEntrySequenceNumber - The transactionLedgerEntrySequenceNumber to set.

getTransactionLedgerEntryDescription

public String getTransactionLedgerEntryDescription()
Gets the transactionLedgerEntryDescription attribute.

Returns:
Returns the transactionLedgerEntryDescription

setTransactionLedgerEntryDescription

public void setTransactionLedgerEntryDescription(String transactionLedgerEntryDescription)
Sets the transactionLedgerEntryDescription attribute.

Parameters:
transactionLedgerEntryDescription - The transactionLedgerEntryDescription to set.

getTransactionLedgerEntryAmount

public org.kuali.rice.kns.util.KualiDecimal getTransactionLedgerEntryAmount()
Gets the transactionLedgerEntryAmount attribute.

Returns:
Returns the transactionLedgerEntryAmount

setTransactionLedgerEntryAmount

public void setTransactionLedgerEntryAmount(org.kuali.rice.kns.util.KualiDecimal transactionLedgerEntryAmount)
Sets the transactionLedgerEntryAmount attribute.

Parameters:
transactionLedgerEntryAmount - The transactionLedgerEntryAmount to set.

getOrganizationReferenceId

public String getOrganizationReferenceId()
Gets the organizationReferenceId attribute.

Returns:
Returns the organizationReferenceId

setOrganizationReferenceId

public void setOrganizationReferenceId(String organizationReferenceId)
Sets the organizationReferenceId attribute.

Parameters:
organizationReferenceId - The organizationReferenceId to set.

getReferenceFinancialSystemOriginationCode

public String getReferenceFinancialSystemOriginationCode()
Gets the referenceFinancialSystemOriginationCode attribute.

Returns:
Returns the referenceFinancialSystemOriginationCode

setReferenceFinancialSystemOriginationCode

public void setReferenceFinancialSystemOriginationCode(String referenceFinancialSystemOriginationCode)
Sets the referenceFinancialSystemOriginationCode attribute.

Parameters:
referenceFinancialSystemOriginationCode - The referenceFinancialSystemOriginationCode to set.

getReferenceFinancialDocumentNumber

public String getReferenceFinancialDocumentNumber()
Gets the referenceFinancialDocumentNumber attribute.

Returns:
Returns the referenceFinancialDocumentNumber

setReferenceFinancialDocumentNumber

public void setReferenceFinancialDocumentNumber(String referenceFinancialDocumentNumber)
Sets the referenceFinancialDocumentNumber attribute.

Parameters:
referenceFinancialDocumentNumber - The referenceFinancialDocumentNumber 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.

getOrganizationDocumentNumber

public String getOrganizationDocumentNumber()
Gets the organizationDocumentNumber attribute.

Returns:
Returns the organizationDocumentNumber

setOrganizationDocumentNumber

public void setOrganizationDocumentNumber(String organizationDocumentNumber)
Sets the organizationDocumentNumber attribute.

Parameters:
organizationDocumentNumber - The organizationDocumentNumber 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.

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.

getTransactionDateTimeStamp

public Timestamp getTransactionDateTimeStamp()
Gets the transactionDateTimeStamp attribute.

Returns:
Returns the transactionDateTimeStamp

setTransactionDateTimeStamp

public void setTransactionDateTimeStamp(Timestamp transactionDateTimeStamp)
Sets the transactionDateTimeStamp attribute.

Parameters:
transactionDateTimeStamp - The transactionDateTimeStamp to set.

getAccount

public Account getAccount()
Gets the account attribute.

Returns:
Returns the account

setAccount

public void setAccount(Account account)
Sets the account attribute.

Parameters:
account - The account to set.

getSubAccount

public SubAccount getSubAccount()
Gets the subAccount attribute.

Returns:
Returns the subAccount

setSubAccount

public void setSubAccount(SubAccount subAccount)
Sets the subAccount attribute.

Parameters:
subAccount - The subAccount to set.

getChart

public Chart getChart()
Gets the chart attribute.

Returns:
Returns the chart

setChart

public void setChart(Chart chart)
Sets the chart attribute.

Parameters:
chart - The chart to set.

getFinancialObject

public ObjectCode getFinancialObject()
Gets the financialObject attribute.

Returns:
Returns the financialObject

setFinancialObject

public void setFinancialObject(ObjectCode financialObject)
Sets the financialObject attribute.

Parameters:
financialObject - The financialObject to set.

getFinancialSubObject

public SubObjectCode getFinancialSubObject()
Gets the financialSubObject attribute.

Returns:
Returns the financialSubObject

setFinancialSubObject

public void setFinancialSubObject(SubObjectCode financialSubObject)
Sets the financialSubObject attribute.

Parameters:
financialSubObject - The financialSubObject to set.

getObjectType

public ObjectType getObjectType()
Gets the objectType attribute.

Returns:
Returns the objectType

setObjectType

public void setObjectType(ObjectType objectType)
Sets the objectType attribute.

Parameters:
objectType - The objectType to set.

getFinancialSystemDocumentTypeCode

public org.kuali.rice.kew.doctype.bo.DocumentTypeEBO getFinancialSystemDocumentTypeCode()
Gets the financialSystemDocumentTypeCode attribute.

Returns:
Returns the financialSystemDocumentTypeCode.

isActive

public boolean isActive()
Gets the active attribute.

Returns:
Returns the active

getActivityStatusCode

public String getActivityStatusCode()
Gets the activityStatusCode attribute.

Returns:
Returns the activityStatusCode.

setActivityStatusCode

public void setActivityStatusCode(String activityStatusCode)
Sets the activityStatusCode attribute value.

Parameters:
activityStatusCode - The activityStatusCode to set.

getGeneralLedgerEntryAssets

public List<GeneralLedgerEntryAsset> getGeneralLedgerEntryAssets()
Gets the generalLedgerEntryAssets attribute.

Returns:
Returns the generalLedgerEntryAssets

setGeneralLedgerEntryAssets

public void setGeneralLedgerEntryAssets(List<GeneralLedgerEntryAsset> generalLedgerEntryAssets)
Sets the generalLedgerEntryAssets attribute.

Parameters:
generalLedgerEntryAssets - The generalLedgerEntryAssets 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.

getPurApLineAssetAccounts

public List<PurchasingAccountsPayableLineAssetAccount> getPurApLineAssetAccounts()
Gets the purApLineAssetAccounts attribute.

Returns:
Returns the purApLineAssetAccounts.

setPurApLineAssetAccounts

public void setPurApLineAssetAccounts(List<PurchasingAccountsPayableLineAssetAccount> purApLineAssetAccounts)
Sets the purApLineAssetAccounts attribute value.

Parameters:
purApLineAssetAccounts - The purApLineAssetAccounts to set.

computePayment

public org.kuali.rice.kns.util.KualiDecimal computePayment()

isSelected

public boolean isSelected()
Gets the selected attribute.

Returns:
Returns the selected.

setSelected

public void setSelected(boolean selected)
Sets the selected attribute value.

Parameters:
selected - The selected to set.

getAmount

public org.kuali.rice.kns.util.KualiDecimal getAmount()
Gets the amount attribute.

Returns:
Returns the amount.

setAmount

public void setAmount(org.kuali.rice.kns.util.KualiDecimal absAmount)
Sets the amount attribute value.

Parameters:
amount - The amount to set.

getTransactionLedgerSubmitAmount

public org.kuali.rice.kns.util.KualiDecimal getTransactionLedgerSubmitAmount()
Gets the transactionLedgerSubmitAmount attribute.

Returns:
Returns the transactionLedgerSubmitAmount.

setTransactionLedgerSubmitAmount

public void setTransactionLedgerSubmitAmount(org.kuali.rice.kns.util.KualiDecimal transactionLedgerSubmitAmount)
Sets the transactionLedgerSubmitAmount attribute value.

Parameters:
transactionLedgerSubmitAmount - The transactionLedgerSubmitAmount to set.


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