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

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.TransactionDocumentForReportLineBase
              extended by org.kuali.kfs.module.endow.businessobject.TransactionDocumentExceptionReportLine
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.bo.BusinessObject

public class TransactionDocumentExceptionReportLine
extends TransactionDocumentForReportLineBase

See Also:
Serialized Form

Field Summary
protected  String kemid
           
 
Fields inherited from class org.kuali.kfs.module.endow.businessobject.TransactionDocumentForReportLineBase
documentId, documentType, incomeAmount, incomeUnits, principalAmount, principalUnits, securityId
 
Constructor Summary
TransactionDocumentExceptionReportLine()
           
TransactionDocumentExceptionReportLine(String documentType, String documentId)
           
TransactionDocumentExceptionReportLine(String documentType, String documentId, String securityId)
           
TransactionDocumentExceptionReportLine(String documentType, String documentId, String securityId, String kemid)
           
 
Method Summary
 String getKemid()
          Gets the kemid attribute.
 void setKemid(String kemid)
          Sets the kemid attribute.
 
Methods inherited from class org.kuali.kfs.module.endow.businessobject.TransactionDocumentForReportLineBase
addIncomeAmount, addIncomeUnits, addPrincipalAmount, addPrincipalUnits, getDocumentId, getDocumentType, getIncomeAmount, getIncomeUnits, getPrincipalAmount, getPrincipalUnits, getSecurityId, setDocumentId, setDocumentType, setIncomeAmount, setIncomeUnits, setPrincipalAmount, setPrincipalUnits, setSecurityId, 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
 

Field Detail

kemid

protected String kemid
Constructor Detail

TransactionDocumentExceptionReportLine

public TransactionDocumentExceptionReportLine()

TransactionDocumentExceptionReportLine

public TransactionDocumentExceptionReportLine(String documentType,
                                              String documentId)

TransactionDocumentExceptionReportLine

public TransactionDocumentExceptionReportLine(String documentType,
                                              String documentId,
                                              String securityId)

TransactionDocumentExceptionReportLine

public TransactionDocumentExceptionReportLine(String documentType,
                                              String documentId,
                                              String securityId,
                                              String kemid)
Method Detail

getKemid

public String getKemid()
Gets the kemid attribute.

Returns:
Returns the kemid.

setKemid

public void setKemid(String kemid)
Sets the kemid attribute.

Parameters:
the - kemid.


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