|
|||||||||
| Home >> All >> com >> openwave >> oui >> [ framework overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.openwave.oui.framework
Class ErrorMsg

java.lang.Objectcom.openwave.oui.framework.ErrorMsg
- public class ErrorMsg
- extends java.lang.Object
Insert the type's description here. Creation date: (18-05-2001 10:12:49)
| Field Summary | |
private java.lang.String |
htmlDesc
|
private java.lang.String |
longDesc
|
private java.lang.String |
shortDesc
|
| Constructor Summary | |
ErrorMsg()
ErrorMsg constructor comment. |
|
ErrorMsg(java.lang.String shortDesc,
java.lang.String longDesc,
java.lang.String htmlDesc)
ErrorMsg constructor comment. |
|
| Method Summary | |
java.lang.String |
getHtmlDesc()
Insert the method's description here. |
java.lang.String |
getLongDesc()
Insert the method's description here. |
java.lang.String |
getShortDesc()
Insert the method's description here. |
void |
setHtmlDesc(java.lang.String htmlDesc)
Insert the method's description here. |
void |
setLongDesc(java.lang.String longDesc)
Insert the method's description here. |
void |
setShortDesc(java.lang.String shortDesc)
Insert the method's description here. |
java.lang.String |
toString()
Insert the method's description here. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
shortDesc
private java.lang.String shortDesc
longDesc
private java.lang.String longDesc
htmlDesc
private java.lang.String htmlDesc
| Constructor Detail |
ErrorMsg
public ErrorMsg()
- ErrorMsg constructor comment.
ErrorMsg
public ErrorMsg(java.lang.String shortDesc, java.lang.String longDesc, java.lang.String htmlDesc)
- ErrorMsg constructor comment.
| Method Detail |
getHtmlDesc
public java.lang.String getHtmlDesc()
- Insert the method's description here.
Creation date: (18-05-2001 10:16:57)
getLongDesc
public java.lang.String getLongDesc()
- Insert the method's description here.
Creation date: (18-05-2001 10:16:57)
getShortDesc
public java.lang.String getShortDesc()
- Insert the method's description here.
Creation date: (18-05-2001 10:16:57)
setHtmlDesc
public void setHtmlDesc(java.lang.String htmlDesc)
- Insert the method's description here.
Creation date: (18-05-2001 10:16:57)
setLongDesc
public void setLongDesc(java.lang.String longDesc)
- Insert the method's description here.
Creation date: (18-05-2001 10:16:57)
setShortDesc
public void setShortDesc(java.lang.String shortDesc)
- Insert the method's description here.
Creation date: (18-05-2001 10:16:57)
toString
public java.lang.String toString()
- Insert the method's description here.
Creation date: (18-05-2001 10:13:22)
|
|||||||||
| Home >> All >> com >> openwave >> oui >> [ framework overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.openwave.oui.framework.ErrorMsg