public class Alert extends Object implements Serializable, Comparable<Alert>
Constructor and Description |
---|
Alert() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Alert that) |
boolean |
equals(Object object) |
String |
getCampus() |
int |
getKey() |
String |
getMobileText() |
String |
getPriority() |
String |
getTitle() |
String |
getType() |
String |
getUrl() |
void |
setCampus(String campus) |
void |
setKey(int key) |
void |
setMobileText(String mobileText) |
void |
setPriority(String priority) |
void |
setTitle(String title) |
void |
setType(String type) |
void |
setUrl(String url) |
public Alert()
public String getPriority()
public void setPriority(String priority)
public String getMobileText()
public void setMobileText(String mobileText)
public int getKey()
public void setKey(int key)
public int compareTo(Alert that)
compareTo
in interface Comparable<Alert>
Copyright © 2011-2014 The Kuali Foundation. All Rights Reserved.