com.stratelia.webactiv.calendar.model
Class ToDoHeader
java.lang.Object
com.stratelia.webactiv.calendar.model.Schedulable
com.stratelia.webactiv.calendar.model.ToDoHeader
- All Implemented Interfaces:
- Serializable, Cloneable
public class ToDoHeader
- extends Schedulable
- implements Cloneable
- See Also:
- Serialized Form
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 |
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
ToDoHeader
public ToDoHeader()
ToDoHeader
public ToDoHeader(String name,
String organizerId)
ToDoHeader
public ToDoHeader(String id,
String name,
String organizerId)
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.