Class JournalHeader
- java.lang.Object
-
- org.silverpeas.core.personalorganizer.model.Schedulable
-
- org.silverpeas.core.personalorganizer.model.JournalHeader
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class JournalHeader extends Schedulable implements Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JournalHeader(String name, String organizerId)
JournalHeader(String id, String name, String organizerId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Schedulable
getCopy()
String
getEndDay()
-
Methods inherited from class org.silverpeas.core.personalorganizer.model.Schedulable
getClassification, getDelegatorId, getDescription, getEndDate, getEndHour, getExternalId, getId, getMinuteDuration, getName, getPriority, getStartDate, getStartDay, getStartHour, getStringDuration, hourMinuteToString, isOver, quarterCountToHourString, setDelegatorId, setDescription, setEndDate, setEndDay, setEndHour, setExternalId, setId, setName, setStartDate, setStartDay, setStartHour, toString
-
-
-
-
Method Detail
-
getEndDay
public String getEndDay()
- Overrides:
getEndDay
in classSchedulable
-
getCopy
public Schedulable getCopy()
- Specified by:
getCopy
in classSchedulable
-
-