org.kuali.kfs.module.endow.businessobject
Class GlInterfaceBatchProcessKemLine

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.TransientBusinessObjectBase
          extended by org.kuali.kfs.module.endow.businessobject.GlInterfaceBatchProcessKemLine
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.bo.BusinessObject

public class GlInterfaceBatchProcessKemLine
extends org.kuali.rice.kns.bo.TransientBusinessObjectBase

See Also:
Serialized Form

Constructor Summary
GlInterfaceBatchProcessKemLine()
           
 
Method Summary
 String getAccountNumber()
          gets accountNumber
 String getChartCode()
          gets chartCode
 String getDocumentNumber()
          gets documentNumber
 BigDecimal getHoldingCost()
          gets holdingCost
 String getIncomePrincipalIndicatorCode()
          gets incomePrincipalIndicatorCode
 String getKemid()
          gets kemid attribute
 int getLineNumber()
          gets lineNumber
 String getLineTypeCode()
          gets lineTypeCode
 BigDecimal getLongTermGainLoss()
          Gets the longTermGainLoss attribute.
 String getNonCashOffsetObjectCode()
          gets attribute nonCashOffsetObjectCode
 String getObjectCode()
          gets objectCode
 String getSecurityId()
          gets securityId
 BigDecimal getShortTermGainLoss()
          Gets the shortTermGainLoss attribute.
 String getSubTypeCode()
          gets subTypeCode
 BigDecimal getTransactionArchiveIncomeAmount()
          gets transactionArchiveIncomeAmount
 BigDecimal getTransactionArchivePrincipalAmount()
          gets transactionArchivePrincipalAmount
 String getTypeCode()
          gets typeCode
 void setAccountNumber(String accountNumber)
          sets documentNumber attribute
 void setChartCode(String chartCode)
          sets chartCode attribute
 void setDocumentNumber(String documentNumber)
          sets documentNumber attribute
 void setHoldingCost(BigDecimal holdingCost)
          sets holdingCost attribute
 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 setLongTermGainLoss(BigDecimal longTermGainLoss)
          Sets the longTermGainLoss attribute value.
 void setNonCashOffsetObjectCode(String nonCashOffsetObjectCode)
          sets attribute nonCashOffsetObjectCode
 void setObjectCode(String objectCode)
          sets objectCode attribute
 void setSecurityId(String securityId)
          sets securityId
 void setShortTermGainLoss(BigDecimal shortTermGainLoss)
          Sets the shortTermGainLoss attribute value.
 void setSubTypeCode(String subTypeCode)
          sets subTypeCode attribute
 void setTransactionArchiveIncomeAmount(BigDecimal transactionArchiveIncomeAmount)
          sets transactionArchiveIncomeAmount attribute
 void setTransactionArchivePrincipalAmount(BigDecimal transactionArchivePrincipalAmount)
          sets transactionArchiveIncomeAmount 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

GlInterfaceBatchProcessKemLine

public GlInterfaceBatchProcessKemLine()
Method Detail

getDocumentNumber

public String getDocumentNumber()
gets documentNumber

Returns:
documentNumber

setDocumentNumber

public void setDocumentNumber(String documentNumber)
sets documentNumber attribute

Parameters:
documentNumber -

getLineNumber

public int getLineNumber()
gets lineNumber

Returns:
lineNumber

setLineNumber

public void setLineNumber(int lineNumber)
sets lineNumber attribute

Parameters:
lineNumber -

getLineTypeCode

public String getLineTypeCode()
gets lineTypeCode

Returns:
lineTypeCode

setLineTypeCode

public void setLineTypeCode(String lineTypeCode)
sets lineTypeCode attribute

Parameters:
lineTypeCode -

getTypeCode

public String getTypeCode()
gets typeCode

Returns:
typeCode

setTypeCode

public void setTypeCode(String typeCode)
sets typeCode attribute

Parameters:
typeCode -

getSubTypeCode

public String getSubTypeCode()
gets subTypeCode

Returns:
subTypeCode

setSubTypeCode

public void setSubTypeCode(String subTypeCode)
sets subTypeCode attribute

Parameters:
subTypeCode -

getIncomePrincipalIndicatorCode

public String getIncomePrincipalIndicatorCode()
gets incomePrincipalIndicatorCode

Returns:
incomePrincipalIndicatorCode

setIncomePrincipalIndicatorCode

public void setIncomePrincipalIndicatorCode(String incomePrincipalIndicatorCode)
sets incomePrincipalIndicatorCode attribute

Parameters:
incomePrincipalIndicatorCode -

getTransactionArchiveIncomeAmount

public BigDecimal getTransactionArchiveIncomeAmount()
gets transactionArchiveIncomeAmount

Returns:
transactionArchiveIncomeAmount

setTransactionArchiveIncomeAmount

public void setTransactionArchiveIncomeAmount(BigDecimal transactionArchiveIncomeAmount)
sets transactionArchiveIncomeAmount attribute

Parameters:
transactionArchiveIncomeAmount -

getTransactionArchivePrincipalAmount

public BigDecimal getTransactionArchivePrincipalAmount()
gets transactionArchivePrincipalAmount

Returns:
transactionArchivePrincipalAmount

setTransactionArchivePrincipalAmount

public void setTransactionArchivePrincipalAmount(BigDecimal transactionArchivePrincipalAmount)
sets transactionArchiveIncomeAmount attribute

Parameters:
transactionArchiveIncomeAmount -

getSecurityId

public String getSecurityId()
gets securityId

Returns:
securityId

setSecurityId

public void setSecurityId(String securityId)
sets securityId

Parameters:
securityId -

getHoldingCost

public BigDecimal getHoldingCost()
gets holdingCost

Returns:
holdingCost

setHoldingCost

public void setHoldingCost(BigDecimal holdingCost)
sets holdingCost attribute

Parameters:
holdingCost -

getLongTermGainLoss

public BigDecimal getLongTermGainLoss()
Gets the longTermGainLoss attribute.

Returns:
Returns the longTermGainLoss.

setLongTermGainLoss

public void setLongTermGainLoss(BigDecimal longTermGainLoss)
Sets the longTermGainLoss attribute value.

Parameters:
longTermGainLoss - The longTermGainLoss to set.

getShortTermGainLoss

public BigDecimal getShortTermGainLoss()
Gets the shortTermGainLoss attribute.

Returns:
Returns the shortTermGainLoss.

setShortTermGainLoss

public void setShortTermGainLoss(BigDecimal shortTermGainLoss)
Sets the shortTermGainLoss attribute value.

Parameters:
shortTermGainLoss - The shortTermGainLoss to set.

getChartCode

public String getChartCode()
gets chartCode

Returns:
chartCode

setChartCode

public void setChartCode(String chartCode)
sets chartCode attribute

Parameters:
chartCode -

getAccountNumber

public String getAccountNumber()
gets accountNumber

Returns:
accountNumber

setAccountNumber

public void setAccountNumber(String accountNumber)
sets documentNumber attribute

Parameters:
documentNumber -

getObjectCode

public String getObjectCode()
gets objectCode

Returns:
objectCode

setObjectCode

public void setObjectCode(String objectCode)
sets objectCode attribute

Parameters:
objectCode -

getKemid

public String getKemid()
gets kemid attribute

Returns:
kemid;

setKemid

public void setKemid(String kemid)
set kemid attribute

Parameters:
kemid -

getNonCashOffsetObjectCode

public String getNonCashOffsetObjectCode()
gets attribute nonCashOffsetObjectCode

Returns:
nonCashOffsetObjectCode

setNonCashOffsetObjectCode

public void setNonCashOffsetObjectCode(String nonCashOffsetObjectCode)
sets attribute nonCashOffsetObjectCode


toStringMapper

protected LinkedHashMap toStringMapper()
A map of the "keys" of this transient business object

Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase
See Also:
BusinessObjectBase.toStringMapper()


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