|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjadex.micro.benchmarks.Message
public class Message
| Field Summary | |
|---|---|
protected boolean |
confidential
The confidential flag. |
protected java.lang.String |
text
The message text. |
| Constructor Summary | |
|---|---|
Message()
Create a new message. |
|
Message(java.lang.String text,
boolean confidential)
Create a new message. |
|
| Method Summary | |
|---|---|
java.lang.String |
getText()
Get the text. |
boolean |
isConfidential()
Set the confidential flag. |
void |
setConfidential(boolean confidential)
Set the confidential flag. |
void |
setText(java.lang.String text)
Set the text. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String text
protected boolean confidential
| Constructor Detail |
|---|
public Message()
public Message(java.lang.String text,
boolean confidential)
| Method Detail |
|---|
public java.lang.String getText()
public void setText(java.lang.String text)
text - The text to set.public boolean isConfidential()
public void setConfidential(boolean confidential)
confidential - the confidential to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||