|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.progeeks.util.DefaultRequest
public class DefaultRequest
Base implementation of the user request object.
| Constructor Summary | |
|---|---|
DefaultRequest(java.lang.String title,
java.lang.String message,
boolean requiresResponse)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getMessage()
Returns a potential message for this user request. |
java.lang.String |
getTitle()
Returns a potential title for this user request. |
boolean |
requiresResponse()
Returns true if this is a real request and requires a response versus a message that is meant to be informational only. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultRequest(java.lang.String title,
java.lang.String message,
boolean requiresResponse)
| Method Detail |
|---|
public java.lang.String getTitle()
getTitle in interface UserRequestpublic java.lang.String getMessage()
getMessage in interface UserRequestpublic boolean requiresResponse()
requiresResponse in interface UserRequest
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||