com.stratelia.webactiv.calendar.model
Class ToDoHeader

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

public class ToDoHeader
extends Schedulable
implements Cloneable

See Also:
Serialized Form

Field Summary
static int DURATION_UNDEFINED
           
static int PERCENT_UNDEFINED
           
 
Constructor Summary
ToDoHeader()
           
ToDoHeader(String name, String organizerId)
           
ToDoHeader(String id, String name, String organizerId)
           
 
Method Summary
 Date getCompletedDate()
           
 String getCompletedDay()
           
 String getComponentId()
           
 Schedulable getCopy()
           
 int getDuration()
           
 int getPercentCompleted()
           
 String getSpaceId()
           
 void setCompletedDate(Date date)
           
 void setCompletedDay(String day)
           
 void setComponentId(String componentId)
           
 void setDuration(int duration)
           
 void setPercentCompleted(int newValue)
           
 void setSpaceId(String id)
           
 
Methods inherited from class com.stratelia.webactiv.calendar.model.Schedulable
getClassification, getDelegatorId, getDescription, getEndDate, getEndDay, 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
 

Field Detail

PERCENT_UNDEFINED

public static final int PERCENT_UNDEFINED
See Also:
Constant Field Values

DURATION_UNDEFINED

public static final int DURATION_UNDEFINED
See Also:
Constant Field Values
Constructor Detail

ToDoHeader

public ToDoHeader()

ToDoHeader

public ToDoHeader(String name,
                  String organizerId)

ToDoHeader

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

getPercentCompleted

public int getPercentCompleted()

setPercentCompleted

public void setPercentCompleted(int newValue)

setCompletedDate

public void setCompletedDate(Date date)

getCompletedDate

public Date getCompletedDate()

setCompletedDay

public void setCompletedDay(String day)

getCompletedDay

public String getCompletedDay()

getDuration

public int getDuration()

setDuration

public void setDuration(int duration)

setComponentId

public void setComponentId(String componentId)

getComponentId

public String getComponentId()

setSpaceId

public void setSpaceId(String id)

getSpaceId

public String getSpaceId()

getCopy

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


Copyright © 2016 Silverpeas. All Rights Reserved.