com.silverpeas.scheduleevent.service.model.beans
Class DateOption
java.lang.Object
com.silverpeas.scheduleevent.service.model.beans.DateOption
- All Implemented Interfaces:
- Serializable, Comparable<DateOption>
@Entity
public class DateOption
- extends Object
- implements Comparable<DateOption>, Serializable
- See Also:
- Serialized Form
MORNING_BEGIN_HOUR
public static final int MORNING_BEGIN_HOUR
- See Also:
- Constant Field Values
MORNING_END_HOUR
public static final int MORNING_END_HOUR
- See Also:
- Constant Field Values
AFTERNOON_BEGIN_HOUR
public static final int AFTERNOON_BEGIN_HOUR
- See Also:
- Constant Field Values
AFTERNOON_END_HOUR
public static final int AFTERNOON_END_HOUR
- See Also:
- Constant Field Values
DateOption
public DateOption()
setUpId
protected void setUpId()
getId
public String getId()
setId
public void setId(String id)
getDay
public Date getDay()
setDay
public void setDay(Date day)
getHour
public int getHour()
setHour
public void setHour(int hour)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
equals
public boolean equals(DateOption obj)
compareTo
public int compareTo(DateOption obj)
- Specified by:
compareTo
in interface Comparable<DateOption>
Copyright © 2016 Silverpeas. All Rights Reserved.