|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.ken.bo.NotificationPriority
public class NotificationPriority
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.
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 |
---|
public NotificationPriority()
Method Detail |
---|
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- The description to set.public java.lang.Long getId()
public void setId(java.lang.Long id)
id
- The id to set.public java.lang.String getName()
public void setName(java.lang.String name)
name
- The name to set.public java.lang.Integer getOrder()
public void setOrder(java.lang.Integer order)
order
- The order to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |