|
||||||||||
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.TransientBusinessObjectBase
org.kuali.kfs.module.endow.businessobject.GLCombinedTransactionArchive
public class GLCombinedTransactionArchive
Constructor Summary | |
---|---|
GLCombinedTransactionArchive()
|
Method Summary | |
---|---|
void |
copyChartAndAccountNumberAndObjectCodeValues(GlInterfaceBatchProcessKemLine kemArchiveTransaction)
method to copy values from transaction archive into chart, account number, and object code |
void |
copyKemArchiveTransactionValues(GlInterfaceBatchProcessKemLine kemArchiveTransaction,
boolean cashType)
method to copy values from archive transaction to properties in the transient business object so they can be copied to the combined transaction archive line later The amounts from single transaction archive are added to the property variables and will be copied to the combined archive record. |
GlInterfaceBatchProcessKemLine |
copyValuesToCombinedTransactionArchive(boolean cashType)
method to copy the values stored in the bo to the combined transaction archive record |
String |
getAccountNumber()
gets accountNumber |
String |
getChartCode()
gets chartCode |
long |
getCombinedEntryCount()
gets attribute combinedEntryCount |
String |
getDocumentNumber()
gets documentNumber |
BigDecimal |
getHoldingAmount()
gets holdingAmount |
BigDecimal |
getIncomeAmount()
gets attribute incomeAmount |
String |
getIncomePrincipalIndicatorCode()
gets incomePrincipalIndicatorCode |
String |
getKemid()
gets kemid attribute |
int |
getLineNumber()
gets lineNumber |
String |
getLineTypeCode()
gets lineTypeCode |
BigDecimal |
getLongTermAmount()
Gets the longTermAmount attribute. |
String |
getNonCashOffsetObjectCode()
gets attribute nonCashOffsetObjectCode |
String |
getObjectCode()
gets objectCode |
BigDecimal |
getPrincipalAmount()
gets attribute principalAmount |
BigDecimal |
getShortTermAmount()
Gets the shortTermAmount attribute. |
String |
getSubTypeCode()
gets subTypeCode |
String |
getTypeCode()
gets typeCode |
void |
incrementCombinedEntryCount()
method to increment combinedEntryCount |
void |
initializeAmounts()
method to initialize the amount fields... |
void |
setAccountNumber(String accountNumber)
sets documentNumber attribute |
void |
setChartCode(String chartCode)
sets chartCode attribute |
void |
setCombinedEntryCount(long combinedEntryCount)
sets attribute combinedEntryCount |
void |
setDocumentNumber(String documentNumber)
sets documentNumber attribute |
void |
setHoldingAmount(BigDecimal holdingAmount)
sets holdingAmount attribute |
void |
setIncomeAmount(BigDecimal incomeAmount)
sets attribute incomeAmount |
void |
setIncomePrincipalIndicatorCode(String incomePrincipalIndicatorCode)
sets incomePrincipalIndicatorCode attribute |
void |
setKemid(String kemid)
set kemid attribute |
void |
setLineNumber(int lineNumber)
sets lineNumber attribute |
void |
setLineTypeCode(String lineTypeCode)
sets lineTypeCode attribute |
void |
setLongTermAmount(BigDecimal longTermAmount)
Sets the longTermAmount attribute value. |
void |
setNonCashOffsetObjectCode(String nonCashOffsetObjectCode)
sets attribute nonCashOffsetObjectCode |
void |
setObjectCode(String objectCode)
sets objectCode attribute |
void |
setPrincipalAmount(BigDecimal principalAmount)
sets attribute principalAmount |
void |
setShortTermAmount(BigDecimal shortTermAmount)
Sets the shortTermAmount attribute value. |
void |
setSubTypeCode(String subTypeCode)
sets subTypeCode attribute |
void |
setTypeCode(String typeCode)
sets typeCode attribute |
protected LinkedHashMap |
toStringMapper()
A map of the "keys" of this transient business object |
Methods inherited from class org.kuali.rice.kns.bo.TransientBusinessObjectBase |
---|
refresh |
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 |
Constructor Detail |
---|
public GLCombinedTransactionArchive()
Method Detail |
---|
public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
documentNumber
- public int getLineNumber()
public void setLineNumber(int lineNumber)
lineNumber
- public String getLineTypeCode()
public void setLineTypeCode(String lineTypeCode)
lineTypeCode
- public String getTypeCode()
public void setTypeCode(String typeCode)
typeCode
- public String getSubTypeCode()
public void setSubTypeCode(String subTypeCode)
subTypeCode
- public String getIncomePrincipalIndicatorCode()
public void setIncomePrincipalIndicatorCode(String incomePrincipalIndicatorCode)
incomePrincipalIndicatorCode
- public BigDecimal getHoldingAmount()
public void setHoldingAmount(BigDecimal holdingAmount)
holdingAmount
- public BigDecimal getLongTermAmount()
public void setLongTermAmount(BigDecimal longTermAmount)
longTermAmount
- The longTermAmount to set.public BigDecimal getShortTermAmount()
public void setShortTermAmount(BigDecimal shortTermAmount)
shortTermAmount
- The shortTermGainLoss to set.public String getChartCode()
public void setChartCode(String chartCode)
chartCode
- public String getAccountNumber()
public void setAccountNumber(String accountNumber)
documentNumber
- public String getObjectCode()
public void setObjectCode(String objectCode)
objectCode
- public String getKemid()
public void setKemid(String kemid)
kemid
- public void initializeAmounts()
public long getCombinedEntryCount()
public void setCombinedEntryCount(long combinedEntryCount)
public BigDecimal getIncomeAmount()
public void setIncomeAmount(BigDecimal incomeAmount)
public BigDecimal getPrincipalAmount()
public void setPrincipalAmount(BigDecimal principalAmount)
public void incrementCombinedEntryCount()
public void copyKemArchiveTransactionValues(GlInterfaceBatchProcessKemLine kemArchiveTransaction, boolean cashType)
kemArchiveTransaction
- cashType
- public void copyChartAndAccountNumberAndObjectCodeValues(GlInterfaceBatchProcessKemLine kemArchiveTransaction)
kemArchiveTransaction
- public GlInterfaceBatchProcessKemLine copyValuesToCombinedTransactionArchive(boolean cashType)
cashType
- public String getNonCashOffsetObjectCode()
public void setNonCashOffsetObjectCode(String nonCashOffsetObjectCode)
protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |