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

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

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

See Also:
Serialized Form

Constructor Summary
TransactioneDocPostingDocumentTotalReportLine()
          Constructs a TransactioneDocPostingDocumentTotalReportLine.java.
 
Method Summary
 String getDocumentName()
          Gets the documentName attribute.
 String getDocumentNumber()
          Gets the documentNumber attribute.
 org.kuali.rice.kns.util.KualiDecimal getTotalHoldingCost()
          Gets the totalHoldingCost attribute.
 org.kuali.rice.kns.util.KualiDecimal getTotalIncomeCash()
          Gets the totalIncomeCash attribute.
 org.kuali.rice.kns.util.KualiDecimal getTotalPrincipleCash()
          Gets the totalPrincipleCash attribute.
 org.kuali.rice.kns.util.KualiDecimal getTotalUnits()
          Gets the totalUnits attribute.
 void setDocumentName(String documentName)
          Sets the documentName attribute value.
 void setDocumentNumber(String documentNumber)
          Sets the documentNumber attribute value.
 void setTotalHoldingCost(org.kuali.rice.kns.util.KualiDecimal totalHoldingCost)
          Sets the totalHoldingCost attribute value.
 void setTotalIncomeCash(org.kuali.rice.kns.util.KualiDecimal totalIncomeCash)
          Sets the totalIncomeCash attribute value.
 void setTotalPrincipleCash(org.kuali.rice.kns.util.KualiDecimal totalPrincipleCash)
          Sets the totalPrincipleCash attribute value.
 void setTotalUnits(org.kuali.rice.kns.util.KualiDecimal totalUnits)
          Sets the totalUnits attribute value.
protected  LinkedHashMap<Object,Object> toStringMapper()
           
 
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

TransactioneDocPostingDocumentTotalReportLine

public TransactioneDocPostingDocumentTotalReportLine()
Constructs a TransactioneDocPostingDocumentTotalReportLine.java.

Method Detail

getDocumentNumber

public String getDocumentNumber()
Gets the documentNumber attribute.

Returns:
Returns the documentNumber.

setDocumentNumber

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

Parameters:
documentNumber - The documentNumber to set.

getDocumentName

public String getDocumentName()
Gets the documentName attribute.

Returns:
Returns the documentName.

setDocumentName

public void setDocumentName(String documentName)
Sets the documentName attribute value.

Parameters:
documentName - The documentName to set.

getTotalPrincipleCash

public org.kuali.rice.kns.util.KualiDecimal getTotalPrincipleCash()
Gets the totalPrincipleCash attribute.

Returns:
Returns the totalPrincipleCash.

setTotalPrincipleCash

public void setTotalPrincipleCash(org.kuali.rice.kns.util.KualiDecimal totalPrincipleCash)
Sets the totalPrincipleCash attribute value.

Parameters:
totalPrincipleCash - The totalPrincipleCash to set.

getTotalHoldingCost

public org.kuali.rice.kns.util.KualiDecimal getTotalHoldingCost()
Gets the totalHoldingCost attribute.

Returns:
Returns the totalHoldingCost.

setTotalHoldingCost

public void setTotalHoldingCost(org.kuali.rice.kns.util.KualiDecimal totalHoldingCost)
Sets the totalHoldingCost attribute value.

Parameters:
totalHoldingCost - The totalHoldingCost to set.

getTotalIncomeCash

public org.kuali.rice.kns.util.KualiDecimal getTotalIncomeCash()
Gets the totalIncomeCash attribute.

Returns:
Returns the totalIncomeCash.

setTotalIncomeCash

public void setTotalIncomeCash(org.kuali.rice.kns.util.KualiDecimal totalIncomeCash)
Sets the totalIncomeCash attribute value.

Parameters:
totalIncomeCash - The totalIncomeCash to set.

getTotalUnits

public org.kuali.rice.kns.util.KualiDecimal getTotalUnits()
Gets the totalUnits attribute.

Returns:
Returns the totalUnits.

setTotalUnits

public void setTotalUnits(org.kuali.rice.kns.util.KualiDecimal totalUnits)
Sets the totalUnits attribute value.

Parameters:
totalUnits - The totalUnits to set.

toStringMapper

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


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