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

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.GLInterfaceBatchExceptionTableRowValues
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.bo.BusinessObject

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

See Also:
Serialized Form

Constructor Summary
GLInterfaceBatchExceptionTableRowValues()
           
 
Method Summary
 String getDocumentType()
          Gets the documentType attribute.
 String getEDocNumber()
          Gets the eDocNumber attribute.
 BigDecimal getIncomeAmount()
          Gets the incomeAmount attribute.
 String getKEMID()
          Gets the kEMID attribute.
 BigDecimal getLongTermGainLoss()
          Gets the longTermGainLoss attribute.
 BigDecimal getPrincipalAmount()
          Gets the principalAmount attribute.
 BigDecimal getSecurityCost()
          Gets the securityCost attribute.
 BigDecimal getShortTermGainLoss()
          Gets the longTermGainLoss attribute.
 void setDocumentType(String documentType)
          Sets the documentType attribute.
 void setEDocNumber(String eDocNumber)
          Sets the eDocNumber attribute.
 void setIncomeAmount(BigDecimal incomeAmount)
          Sets the incomeAmount attribute value.
 void setKEMID(String kEMID)
          Sets the kEMID attribute.
 void setLongTermGainLoss(BigDecimal longTermGainLoss)
          Sets the longTermGainLoss attribute.
 void setPrincipalAmountt(BigDecimal principalAmount)
          Sets the principalAmount attribute value.
 void setSecurityCost(BigDecimal securityCost)
          Sets the securityCost attribute value.
 void setShortTermGainLoss(BigDecimal shortTermGainLoss)
          Sets the shortTermGainLoss 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

GLInterfaceBatchExceptionTableRowValues

public GLInterfaceBatchExceptionTableRowValues()
Method Detail

getDocumentType

public String getDocumentType()
Gets the documentType attribute.

Returns:
Returns the documentType.

setDocumentType

public void setDocumentType(String documentType)
Sets the documentType attribute.


getEDocNumber

public String getEDocNumber()
Gets the eDocNumber attribute.

Returns:
Returns the eDocNumber.

setEDocNumber

public void setEDocNumber(String eDocNumber)
Sets the eDocNumber attribute.


getKEMID

public String getKEMID()
Gets the kEMID attribute.

Returns:
Returns the kEMID.

setKEMID

public void setKEMID(String kEMID)
Sets the kEMID attribute.


getIncomeAmount

public BigDecimal getIncomeAmount()
Gets the incomeAmount attribute.

Returns:
Returns the incomeAmount.

setIncomeAmount

public void setIncomeAmount(BigDecimal incomeAmount)
Sets the incomeAmount attribute value.

Parameters:
incomeAmount - The incomeAmount to set.

getPrincipalAmount

public BigDecimal getPrincipalAmount()
Gets the principalAmount attribute.

Returns:
Returns the principalAmount.

setPrincipalAmountt

public void setPrincipalAmountt(BigDecimal principalAmount)
Sets the principalAmount attribute value.

Parameters:
principalAmount - The principalAmount to set.

getSecurityCost

public BigDecimal getSecurityCost()
Gets the securityCost attribute.

Returns:
Returns the securityCost.

setSecurityCost

public void setSecurityCost(BigDecimal securityCost)
Sets the securityCost attribute value.

Parameters:
securityCost - The securityCost to set.

getLongTermGainLoss

public BigDecimal getLongTermGainLoss()
Gets the longTermGainLoss attribute.

Returns:
Returns the longTermGainLoss.

setLongTermGainLoss

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


getShortTermGainLoss

public BigDecimal getShortTermGainLoss()
Gets the longTermGainLoss attribute.

Returns:
Returns the longTermGainLoss.

setShortTermGainLoss

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


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.