org.kuali.rice.ken.bo
Class NotificationPriority

java.lang.Object
  extended by org.kuali.rice.ken.bo.NotificationPriority

public class NotificationPriority
extends java.lang.Object

This class represents a priority for a notification - i.e. "High", "Medium", "Low", "Emergency", etc. In addition, it describes information about a priority such as its ranking order of priority. Priority order within the system is assumed to be ascending. This by no means impacts the order of delivery of a notification system message.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
NotificationPriority()
          Constructs a NotificationPriority instance.
 
Method Summary
 java.lang.String getDescription()
          Gets the description attribute.
 java.lang.Long getId()
          Gets the id attribute.
 java.lang.String getName()
          Gets the name attribute.
 java.lang.Integer getOrder()
          Gets the order attribute.
 void setDescription(java.lang.String description)
          Sets the description attribute value.
 void setId(java.lang.Long id)
          Sets the id attribute value.
 void setName(java.lang.String name)
          Sets the name attribute value.
 void setOrder(java.lang.Integer order)
          Sets the order attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationPriority

public NotificationPriority()
Constructs a NotificationPriority instance.

Method Detail

getDescription

public java.lang.String getDescription()
Gets the description attribute.

Returns:
Returns the description.

setDescription

public void setDescription(java.lang.String description)
Sets the description attribute value.

Parameters:
description - The description to set.

getId

public java.lang.Long getId()
Gets the id attribute.

Returns:
Returns the id.

setId

public void setId(java.lang.Long id)
Sets the id attribute value.

Parameters:
id - The id to set.

getName

public java.lang.String getName()
Gets the name attribute.

Returns:
Returns the name.

setName

public void setName(java.lang.String name)
Sets the name attribute value.

Parameters:
name - The name to set.

getOrder

public java.lang.Integer getOrder()
Gets the order attribute.

Returns:
Returns the order.

setOrder

public void setOrder(java.lang.Integer order)
Sets the order attribute value.

Parameters:
order - The order to set.


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.