org.paneris.jammyjoes.controller
Class MonthlyTimesliceFactory

java.lang.Object
  extended by org.paneris.jammyjoes.controller.MonthlyTimesliceFactory
All Implemented Interfaces:
TimesliceFactory

public class MonthlyTimesliceFactory
extends java.lang.Object
implements TimesliceFactory


Constructor Summary
MonthlyTimesliceFactory(java.util.Date date)
           
 
Method Summary
 EquatableComparable create(java.sql.Timestamp date)
           
 java.util.Date getEndDate()
           
 java.util.Date getStartDate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonthlyTimesliceFactory

public MonthlyTimesliceFactory(java.util.Date date)
Method Detail

create

public EquatableComparable create(java.sql.Timestamp date)
Specified by:
create in interface TimesliceFactory

getStartDate

public java.util.Date getStartDate()
Specified by:
getStartDate in interface TimesliceFactory

getEndDate

public java.util.Date getEndDate()
Specified by:
getEndDate in interface TimesliceFactory


Copyright © 2001-2008 PanEris. All Rights Reserved.