com.stratelia.webactiv.calendar.model
Class JournalHeader

java.lang.Object
  extended by com.stratelia.webactiv.calendar.model.Schedulable
      extended by com.stratelia.webactiv.calendar.model.JournalHeader
All Implemented Interfaces:
Serializable, Cloneable

public class JournalHeader
extends Schedulable
implements Cloneable

See Also:
Serialized Form

Constructor Summary
JournalHeader(String name, String organizerId)
           
JournalHeader(String id, String name, String organizerId)
           
 
Method Summary
 Schedulable getCopy()
           
 String getEndDay()
           
 
Methods inherited from class com.stratelia.webactiv.calendar.model.Schedulable
getClassification, getDelegatorId, getDescription, getEndDate, getEndHour, getExternalId, getId, getMinuteDuration, getName, getPriority, getStartDate, getStartDay, getStartHour, getStringDuration, hourMinuteToString, isOver, quaterCountToHourString, setDelegatorId, setDescription, setEndDate, setEndDay, setEndHour, setExternalId, setId, setName, setStartDate, setStartDay, setStartHour, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JournalHeader

public JournalHeader(String name,
                     String organizerId)

JournalHeader

public JournalHeader(String id,
                     String name,
                     String organizerId)
Method Detail

getEndDay

public String getEndDay()
Overrides:
getEndDay in class Schedulable

getCopy

public Schedulable getCopy()
Specified by:
getCopy in class Schedulable


Copyright © 2016 Silverpeas. All Rights Reserved.