public class CapitalAccountingLines extends org.kuali.rice.krad.bo.TransientBusinessObjectBase
Modifier and Type | Field and Description |
---|---|
protected org.kuali.rice.core.api.util.type.KualiDecimal |
accountLinePercent |
protected String |
accountNumber |
protected org.kuali.rice.core.api.util.type.KualiDecimal |
amount |
protected boolean |
amountDistributed |
protected String |
chartOfAccountsCode |
protected String |
distributionAmountCode |
protected String |
documentNumber |
protected String |
financialDocumentLineDescription |
protected String |
financialObjectCode |
protected String |
financialSubObjectCode |
protected String |
lineType |
protected String |
organizationReferenceId |
protected String |
projectCode |
protected boolean |
selectLine |
protected Integer |
sequenceNumber |
protected String |
subAccountNumber |
Constructor and Description |
---|
CapitalAccountingLines()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
org.kuali.rice.core.api.util.type.KualiDecimal |
getAccountLinePercent()
Gets the accountLinePercent attribute.
|
String |
getAccountNumber()
Gets the accountNumber attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getAmount()
Gets the amount attribute.
|
String |
getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute.
|
String |
getDistributionAmountCode()
Gets the distributionAmountCode attribute.
|
String |
getDocumentNumber()
Gets the documentNumber attribute.
|
String |
getFinancialDocumentLineDescription()
Gets the financialDocumentLineDescription attribute.
|
String |
getFinancialObjectCode()
Gets the financialObjectCode attribute.
|
String |
getFinancialSubObjectCode()
Gets the financialSubObjectCode attribute.
|
String |
getLineType()
Gets the lineType attribute.
|
String |
getOrganizationReferenceId() |
String |
getProjectCode()
Gets the projectCode attribute.
|
Integer |
getSequenceNumber()
Gets the sequenceNumber attribute.
|
String |
getSubAccountNumber()
Gets the subAccountNumber attribute.
|
boolean |
isAmountDistributed()
Gets the amountDistributed attribute.
|
boolean |
isSelectLine()
Gets the selectLine attribute.
|
void |
setAccountLinePercent(org.kuali.rice.core.api.util.type.KualiDecimal accountLinePercent)
Sets the accountLinePercent attribute.
|
void |
setAccountNumber(String accountNumber)
Sets the accountNumber attribute.
|
void |
setAmount(org.kuali.rice.core.api.util.type.KualiDecimal amount)
Sets the amount attribute.
|
void |
setAmountDistributed(boolean amountDistributed)
Sets the amountDistributed attribute.
|
void |
setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute.
|
void |
setDistributionAmountCode(String distributionAmountCode)
Sets the distributionAmountCode attribute.
|
void |
setDocumentNumber(String documentNumber)
Sets the documentNumber attribute.
|
void |
setFinancialDocumentLineDescription(String financialDocumentLineDescription)
Sets the financialDocumentLineDescription attribute.
|
void |
setFinancialObjectCode(String financialObjectCode)
Sets the financialObjectCode attribute.
|
void |
setFinancialSubObjectCode(String financialSubObjectCode)
Sets the financialSubObjectCode attribute.
|
void |
setLineType(String lineType)
Sets the lineType attribute.
|
void |
setOrganizationReferenceId(String organizationReferenceId) |
void |
setProjectCode(String projectCode)
Sets the projectCode attribute.
|
void |
setSelectLine(boolean selectLine)
Sets the selectLine attribute.
|
void |
setSequenceNumber(Integer sequenceNumber)
Sets the sequenceNumber attribute.
|
void |
setSubAccountNumber(String subAccountNumber)
Sets the subAccountNumber attribute.
|
LinkedHashMap |
toStringMapper_RICE20_REFACTORME() |
protected String documentNumber
protected Integer sequenceNumber
protected String chartOfAccountsCode
protected String accountNumber
protected String financialObjectCode
protected String subAccountNumber
protected String financialSubObjectCode
protected String projectCode
protected String organizationReferenceId
protected String financialDocumentLineDescription
protected org.kuali.rice.core.api.util.type.KualiDecimal amount
protected boolean selectLine
protected String distributionAmountCode
protected boolean amountDistributed
protected org.kuali.rice.core.api.util.type.KualiDecimal accountLinePercent
public CapitalAccountingLines()
public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
documentNumber
- The documentNumber to set.public Integer getSequenceNumber()
public void setSequenceNumber(Integer sequenceNumber)
sequenceNumber
- The sequenceNumber to set.public String getLineType()
public void setLineType(String lineType)
lineType
- The lineType to set.public String getChartOfAccountsCode()
public void setChartOfAccountsCode(String chartOfAccountsCode)
chartOfAccountsCode
- The chartOfAccountsCode to set.public String getAccountNumber()
public void setAccountNumber(String accountNumber)
accountNumber
- The accountNumber to set.public String getFinancialObjectCode()
public void setFinancialObjectCode(String financialObjectCode)
financialObjectCode
- The financialObjectCode to set.public String getSubAccountNumber()
public void setSubAccountNumber(String subAccountNumber)
subAccountNumber
- The subAccountNumber to set.public String getFinancialSubObjectCode()
public void setFinancialSubObjectCode(String financialSubObjectCode)
financialSubObjectCode
- The financialSubObjectCode to set.public String getProjectCode()
public void setProjectCode(String projectCode)
projectCode
- The projectCode to set.public String getOrganizationReferenceId()
public void setOrganizationReferenceId(String organizationReferenceId)
public String getFinancialDocumentLineDescription()
public void setFinancialDocumentLineDescription(String financialDocumentLineDescription)
financialDocumentLineDescription
- The financialDocumentLineDescription to set.public org.kuali.rice.core.api.util.type.KualiDecimal getAmount()
public void setAmount(org.kuali.rice.core.api.util.type.KualiDecimal amount)
amount
- The amount to set.public boolean isSelectLine()
public void setSelectLine(boolean selectLine)
selectLine
- The selectLine to set.public String getDistributionAmountCode()
public void setDistributionAmountCode(String distributionAmountCode)
distributionAmountCode
- The distributionAmountCode to set.public boolean isAmountDistributed()
public void setAmountDistributed(boolean amountDistributed)
amountDistributed
- The amountDistributed to set.public org.kuali.rice.core.api.util.type.KualiDecimal getAccountLinePercent()
public void setAccountLinePercent(org.kuali.rice.core.api.util.type.KualiDecimal accountLinePercent)
accountLinePercent
- The accountLinePercent to set.public LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.kns.bo.BusinessObjectBase#toStringMapper()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.