com.silverpeas.scheduleevent.view
Class OptionDateVO
java.lang.Object
  
com.silverpeas.scheduleevent.view.OptionDateVO
- All Implemented Interfaces: 
 - Comparable<OptionDateVO>
 
public class OptionDateVO
- extends Object
- implements Comparable<OptionDateVO>
  
 
 
 
OptionDateVO
public OptionDateVO(Date date)
isSameDateAs
public boolean isSameDateAs(DateOption dateOption)
 
 
setPartOfDayFromHour
public void setPartOfDayFromHour(DateOption dateOption)
                          throws Exception
 
- Throws:
 Exception
 
getDate
public Date getDate()
 
 
getMorningIndexFormat
public String getMorningIndexFormat()
 
 
getAfternoonIndexFormat
public String getAfternoonIndexFormat()
 
 
getIndexFormat
public String getIndexFormat()
 
 
setAfternoon
public void setAfternoon(boolean afternoon)
 
 
isAfternoon
public boolean isAfternoon()
 
 
setMorning
public void setMorning(boolean morning)
 
 
isMorning
public boolean isMorning()
 
 
hashCode
public int hashCode()
- Overrides:
 hashCode in class Object
 
 
equals
public boolean equals(Object obj)
- Overrides:
 equals in class Object
 
 
compareTo
public int compareTo(OptionDateVO optionDate)
- Specified by:
 compareTo in interface Comparable<OptionDateVO>
 
 
Copyright © 2016 Silverpeas. All Rights Reserved.