org.kuali.student.enrollment.acal
Class Milestone
java.lang.Object
org.kuali.student.enrollment.acal.Milestone
public class Milestone
- extends Object
Milestone
public Milestone()
Milestone
public Milestone(String id,
String name,
String type,
String descriptionPlain,
String descriptionFormatted,
Date start,
Date end,
boolean allDay,
boolean range)
getId
public String getId()
setId
public void setId(String id)
getEndDate
public Date getEndDate()
setEndDate
public void setEndDate(Date endDate)
isAllDay
public boolean isAllDay()
setAllDay
public void setAllDay(boolean allDay)
isDateRange
public boolean isDateRange()
setDateRange
public void setDateRange(boolean dateRange)
getName
public String getName()
setName
public void setName(String name)
getStartDate
public Date getStartDate()
setStartDate
public void setStartDate(Date startDate)
getDescriptionFormatted
public String getDescriptionFormatted()
setDescriptionFormatted
public void setDescriptionFormatted(String descriptionFormatted)
getDescriptionPlain
public String getDescriptionPlain()
setDescriptionPlain
public void setDescriptionPlain(String descriptionPlain)
getType
public String getType()
setType
public void setType(String type)
isRelative
public boolean isRelative()
setRelative
public void setRelative(boolean relative)
getRelativeMilestoneId
public String getRelativeMilestoneId()
setRelativeMilestoneId
public void setRelativeMilestoneId(String relativeMilestoneId)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.