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

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

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

See Also:
Serialized Form

Constructor Summary
TicklerDeliveryStatisticsReportDetailTableRow()
           
 
Method Summary
 long getNumberOfExceptions()
           
 long getTicklerDeliveryNotifications()
           
 void increaseNumberOfExceptionsCount()
          method to increase the count of number of exceptions
 void increaseTicklerDeliveryNotificationsCount()
          method to increase the count of number of tickler delivery notifications
 void setNumberOfExceptions(long numberOfExceptions)
           
 void setTicklerDeliveryNotifications(long ticklerDeliveryNotifications)
           
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

TicklerDeliveryStatisticsReportDetailTableRow

public TicklerDeliveryStatisticsReportDetailTableRow()
Method Detail

getTicklerDeliveryNotifications

public long getTicklerDeliveryNotifications()

setTicklerDeliveryNotifications

public void setTicklerDeliveryNotifications(long ticklerDeliveryNotifications)

getNumberOfExceptions

public long getNumberOfExceptions()

setNumberOfExceptions

public void setNumberOfExceptions(long numberOfExceptions)

increaseTicklerDeliveryNotificationsCount

public void increaseTicklerDeliveryNotificationsCount()
method to increase the count of number of tickler delivery notifications


increaseNumberOfExceptionsCount

public void increaseNumberOfExceptionsCount()
method to increase the count of number of exceptions


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.