org.jasig.schedassist.portlet
Class EventCancellation
java.lang.Object
org.jasig.schedassist.portlet.EventCancellation
- All Implemented Interfaces:
- Serializable
public class EventCancellation
- extends Object
- implements Serializable
Bean to store relevant details of a canceled event.
- Version:
- $ Id: EventCancellation.java $
- Author:
- Nicholas Blair
- See Also:
- Serialized Form
EventCancellation
public EventCancellation(Date startDate,
Date endDate)
- Parameters:
startDate - endDate -
getStartDate
public Date getStartDate()
- Returns:
- the startDate
setStartDate
public void setStartDate(Date startDate)
- Parameters:
startDate - the startDate to set
getEndDate
public Date getEndDate()
- Returns:
- the endDate
setEndDate
public void setEndDate(Date endDate)
- Parameters:
endDate - the endDate to set
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012 Jasig. All Rights Reserved.