com.silverpeas.scheduleevent.view
Class HalfDayDateVO

java.lang.Object
  extended by com.silverpeas.scheduleevent.view.HalfDayDateVO
All Implemented Interfaces:
DateVO

public class HalfDayDateVO
extends Object
implements DateVO


Constructor Summary
HalfDayDateVO(Date date)
           
 
Method Summary
 void addTime(DateOption date)
           
 Date getDate()
           
 List<TimeVO> getTimes()
           
 Integer getTimesNumber()
           
 boolean hasSameDateAs(DateOption date)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HalfDayDateVO

public HalfDayDateVO(Date date)
              throws Exception
Throws:
Exception
Method Detail

hasSameDateAs

public boolean hasSameDateAs(DateOption date)
Specified by:
hasSameDateAs in interface DateVO

addTime

public void addTime(DateOption date)
             throws Exception
Specified by:
addTime in interface DateVO
Throws:
Exception

getDate

public Date getDate()
Specified by:
getDate in interface DateVO

getTimes

public List<TimeVO> getTimes()
Specified by:
getTimes in interface DateVO

getTimesNumber

public Integer getTimesNumber()
Specified by:
getTimesNumber in interface DateVO


Copyright © 2016 Silverpeas. All Rights Reserved.