org.jasig.schedassist.portlet
Class EventCancellation

java.lang.Object
  extended by 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

Constructor Summary
EventCancellation(Date startDate, Date endDate)
           
 
Method Summary
 Date getEndDate()
           
 Date getStartDate()
           
 void setEndDate(Date endDate)
           
 void setStartDate(Date startDate)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventCancellation

public EventCancellation(Date startDate,
                         Date endDate)
Parameters:
startDate -
endDate -
Method Detail

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.