This class uses java.sql.Time and java.sql.Date because for each respective component
we are only interested in a partial Date or Time, that is for example:
3:55 pm (at any date)
6/22/2010 (at any time)
Make sure you are aware of whether or not you need a Local Relative time or
an absolute server time.
Convenience method to make the primitive account fields from this Account easier to compare to the account fields from
another Account or an AccountingLine
Get active assignments for all users for the current date
CAUTION this method will return a lot of data in a normal production env
It is intended to only be used in a batch setting
When consuming these weeks, you must be aware that you could be on a
virtual day, ie noon to noon schedule and have your FLSA time start
before the virtual day start,
but still have a full 7 days for your week.
Helper method to determine whether the current machine is the master node,
namely, the node that will create all BatchJobEntries to run on the
worker nodes.