public class HelloWorldInput
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable
Modifier and Type | Field and Description |
---|---|
static int |
DO_NOTHING |
static int |
ERROR |
static int |
EXIT |
static int |
FAILURE |
static int |
WARNING |
Constructor and Description |
---|
HelloWorldInput() |
Modifier and Type | Method and Description |
---|---|
int |
getActionType() |
java.lang.String |
getEmailAddress() |
java.lang.String |
getPersonName() |
int |
getSleep() |
void |
setActionType(int value)
Type of action to perform.
|
void |
setEmailAddress(java.lang.String value)
Email address of person to put in the Hello world sentence.
|
void |
setPersonName(java.lang.String value)
Name of person to put in the Hello world sentence.
|
void |
setSleep(int value)
Amount of time to sleep while processing.
|
public static final int DO_NOTHING
public static final int FAILURE
public static final int EXIT
public static final int ERROR
public static final int WARNING
public void setPersonName(java.lang.String value)
public java.lang.String getPersonName()
public void setEmailAddress(java.lang.String value)
public java.lang.String getEmailAddress()
public void setSleep(int value)
public int getSleep()
public void setActionType(int value)
public int getActionType()
Copyright © Grand Logic, Inc. All Rights Reserved.