|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteteg.sinon.core.Prompt
public class Prompt
Class that represents an user interaction request.
Constructor Summary | |
---|---|
Prompt()
Constructor without parameters. |
Method Summary | |
---|---|
java.lang.String |
getDefaultValue()
Returns the value of the defaultValue property. |
java.lang.String |
getId()
Returns the value of the id property. |
java.lang.String |
getMessage()
Returns the value of the message property. |
void |
setDefaultValue(java.lang.String defaultValue)
Sets the value of the defaultValue property. |
void |
setId(java.lang.String id)
Sets the value of the id property. |
void |
setMessage(java.lang.String message)
Sets the value of the message property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Prompt()
Method Detail |
---|
public java.lang.String getId()
id
property.
String
.public void setId(java.lang.String id)
id
property.
id
- the new id
value.public java.lang.String getMessage()
message
property.
String
.public void setMessage(java.lang.String message)
message
property.
message
- the new message
value.public java.lang.String getDefaultValue()
defaultValue
property.
String
.public void setDefaultValue(java.lang.String defaultValue)
defaultValue
property.
defaultValue
- the new defaultValue
value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |