org.kuali.kfs.module.purap.batch.service.impl
Class PurapRunDateServiceImpl.CutoffTime

java.lang.Object
  extended by org.kuali.kfs.module.purap.batch.service.impl.PurapRunDateServiceImpl.CutoffTime
Enclosing class:
PurapRunDateServiceImpl

protected class PurapRunDateServiceImpl.CutoffTime
extends Object

Holds the hour, minute, and second of a given cut off time


Field Summary
protected  int hour
          24 hour time, from 0-23, inclusive
protected  int minute
          From 0-59, inclusive
protected  int second
          From 0-59, inclusive
 
Constructor Summary
protected PurapRunDateServiceImpl.CutoffTime(int hour, int minute, int second)
          Constructs a RunDateServiceImpl instance
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hour

protected int hour
24 hour time, from 0-23, inclusive


minute

protected int minute
From 0-59, inclusive


second

protected int second
From 0-59, inclusive

Constructor Detail

PurapRunDateServiceImpl.CutoffTime

protected PurapRunDateServiceImpl.CutoffTime(int hour,
                                             int minute,
                                             int second)
Constructs a RunDateServiceImpl instance

Parameters:
hour - the cutoff hour
minute - the cutoff minute
second - the cutoff second


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