org.jasig.portlet.notice.response
Class NotificationEntry

java.lang.Object
  extended by org.jasig.portlet.notice.response.NotificationEntry
All Implemented Interfaces:
Serializable

public class NotificationEntry
extends Object
implements Serializable

The class contains the notification information. The NotificationCategory class contains all the entries for the same category title.

See Also:
Serialized Form

Constructor Summary
NotificationEntry()
          Constructor.
 
Method Summary
 String getBody()
          Returns the body attribute.
 Date getDueDate()
          Returns the due date attribute.
 Date getEndDate()
          Returns the end date attribute.
 String getImageUrl()
           
 String getLink()
          Returns the link attribute.
 int getPriority()
          Returns the priority attribute.
 String getSource()
           
 Date getStartDate()
          Returns the start date attribute.
 String getSummary()
          Returns the summary attribute.
 String getTitle()
          Returns the title attribute.
 boolean isDismissed()
          Returns the dismissed attribute.
 void setBody(String body)
          Sets the body attribute.
 void setDismissed(boolean dismissed)
          Sets the dismissed attribute.
 void setDueDate(Date dueDate)
          Sets the due date attribute.
 void setEndDate(Date endDate)
          Sets the end date attribute.
 void setImageUrl(String imageUrl)
           
 void setLink(String link)
          Sets the link attribute.
 void setPriority(int priority)
          Sets the priority attribute.
 void setSource(String source)
           
 void setStartDate(Date startDate)
          Sets the start date attribute.
 void setSummary(String summary)
          Sets the summary attribute.
 void setTitle(String title)
          Sets the title attribute.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotificationEntry

public NotificationEntry()
Constructor.

Method Detail

getSource

public String getSource()

setSource

public void setSource(String source)

getTitle

public String getTitle()
Returns the title attribute.

Returns:
String.

setTitle

public void setTitle(String title)
Sets the title attribute.

Parameters:
title - is the new value of this attribute.

getSummary

public String getSummary()
Returns the summary attribute.

Returns:
String.

setSummary

public void setSummary(String summary)
Sets the summary attribute.

Parameters:
summary - is the new value of this attribute.

getBody

public String getBody()
Returns the body attribute.

Returns:
String.

setBody

public void setBody(String body)
Sets the body attribute.

Parameters:
body - is the new value of this attribute.

getLink

public String getLink()
Returns the link attribute.

Returns:
String.

setLink

public void setLink(String link)
Sets the link attribute.

Parameters:
link - is the new value of this attribute.

getStartDate

public Date getStartDate()
Returns the start date attribute.

Returns:
Date.

setStartDate

public void setStartDate(Date startDate)
Sets the start date attribute.

Parameters:
startDate - is the new start date value.

getEndDate

public Date getEndDate()
Returns the end date attribute.

Returns:
Date.

setEndDate

public void setEndDate(Date endDate)
Sets the end date attribute.

Parameters:
endDate - is the new end date value.

getDueDate

public Date getDueDate()
Returns the due date attribute.

Returns:
Date.

setDueDate

public void setDueDate(Date dueDate)
Sets the due date attribute.

Parameters:
dueDate - is the new due date value.

getPriority

public int getPriority()
Returns the priority attribute.

Returns:
int.

setPriority

public void setPriority(int priority)
Sets the priority attribute.

Parameters:
priority - is the new priority value.

isDismissed

public boolean isDismissed()
Returns the dismissed attribute.

Returns:
boolean.

setDismissed

public void setDismissed(boolean dismissed)
Sets the dismissed attribute.

Parameters:
dismissed - is the new priority dismissed.

getImageUrl

public String getImageUrl()

setImageUrl

public void setImageUrl(String imageUrl)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Jasig. All Rights Reserved.