|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectconfutil.ConfMsg
This class represents a configuration text message.
Title: P2PWNC configuration utility
Description: Linksys WRT54GS P2PWNC configuration utility
Copyright: Copyright (c) 2005
Company:
Field Summary | |
protected java.lang.String |
mtext
Message text. |
protected int |
mtype
Message type. |
Constructor Summary | |
(package private) |
ConfMsg()
Default constructor. |
(package private) |
ConfMsg(int mtype,
java.lang.String mtext)
Constructs a ConfMsg using the specified input parameters. |
Method Summary | |
int |
getMessageType()
Returns the message's type. |
java.lang.String |
getText()
Returns the actual text message. |
void |
setMessageType(int mtype)
Sets the message type of the message to "mtype". |
void |
setText(java.lang.String text)
Sets the message text to "text". |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int mtype
protected java.lang.String mtext
Constructor Detail |
ConfMsg()
ConfMsg(int mtype, java.lang.String mtext)
mtype
- intmtext
- StringMethod Detail |
public int getMessageType()
public java.lang.String getText()
public void setMessageType(int mtype)
mtype
- intpublic void setText(java.lang.String text)
text
- String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |