org.apache.portals.gems.util
Class StatusMessage
java.lang.Object
org.apache.portals.gems.util.StatusMessage
- All Implemented Interfaces:
- Serializable
- public class StatusMessage
- extends Object
- implements Serializable
StatusMessage
- Version:
- $Id: StatusMessage.java 188232 2005-01-20 06:24:37Z taylor $
- Author:
- David Sean Taylor
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
text
private String text
type
private String type
INFO
public static final String INFO
- See Also:
- Constant Field Values
ERROR
public static final String ERROR
- See Also:
- Constant Field Values
ALERT
public static final String ALERT
- See Also:
- Constant Field Values
SUCCESS
public static final String SUCCESS
- See Also:
- Constant Field Values
StatusMessage
public StatusMessage(String text,
String type)
StatusMessage
public StatusMessage(String text)
getText
public String getText()
- Returns:
- Returns the text.
setText
public void setText(String text)
- Parameters:
text
- The text to set.
getType
public String getType()
- Returns:
- Returns the type.
setType
public void setType(String type)
- Parameters:
type
- The type to set.
Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.