org.glassfish.api
Class ActionReport.MessagePart
java.lang.Object
org.glassfish.api.ActionReport.MessagePart
- Enclosing class:
- ActionReport
public static class ActionReport.MessagePart
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionReport.MessagePart
public ActionReport.MessagePart()
addChild
public ActionReport.MessagePart addChild()
setChildrenType
public void setChildrenType(java.lang.String type)
setMessage
public void setMessage(java.lang.String message)
appendMessage
public void appendMessage(java.lang.String message)
addProperty
public void addProperty(java.lang.String key,
java.lang.String value)
getProps
public java.util.Properties getProps()
getMessage
public java.lang.String getMessage()
getChildrenType
public java.lang.String getChildrenType()
getChildren
public java.util.List<ActionReport.MessagePart> getChildren()
Copyright © 2012 GlassFish Community. All Rights Reserved.