|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.fascinator.portal.UserAction
public class UserAction
A simple class for describing actions that require attention from the user interface.
| Field Summary | |
|---|---|
boolean |
block
Flag to set this action as 'blocking'. |
Date |
date
Message Timestamp |
int |
id
Action ID from database |
String |
message
Message to display |
| Constructor Summary | |
|---|---|
UserAction()
|
|
| Method Summary | |
|---|---|
boolean |
getBlock()
Get the message block property |
String |
getDate()
Get the formatted timestamp of message |
int |
getId()
Get the message ID |
String |
getMessage()
Get the message |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int id
public boolean block
public String message
public Date date
| Constructor Detail |
|---|
public UserAction()
| Method Detail |
|---|
public int getId()
public boolean getBlock()
public String getMessage()
public String getDate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||