org.kuali.kfs.module.endow.businessobject
Class TicklerDeliveryStatisticsReportDetailTableRow
java.lang.Object
org.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.TransientBusinessObjectBase
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
Methods inherited from class org.kuali.rice.kns.bo.TransientBusinessObjectBase |
refresh |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
prepareForWorkflow, toString, toStringBuilder |
TicklerDeliveryStatisticsReportDetailTableRow
public TicklerDeliveryStatisticsReportDetailTableRow()
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.