org.jasig.portlet.widget.service.rome
Class TimestampAlert

java.lang.Object
  extended by org.jasig.portlet.widget.service.BasicAlert
      extended by org.jasig.portlet.widget.service.rome.TimestampAlert
All Implemented Interfaces:
Comparable<TimestampAlert>, IAlert

public class TimestampAlert
extends BasicAlert
implements Comparable<TimestampAlert>


Constructor Summary
TimestampAlert(String header, String body, String url, long timestamp)
           
 
Method Summary
 int compareTo(TimestampAlert a)
           
 
Methods inherited from class org.jasig.portlet.widget.service.BasicAlert
getBody, getHeader, getUrl, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimestampAlert

public TimestampAlert(String header,
                      String body,
                      String url,
                      long timestamp)
Method Detail

compareTo

public int compareTo(TimestampAlert a)
Specified by:
compareTo in interface Comparable<TimestampAlert>


Copyright © 2012 Jasig. All Rights Reserved.