org.glassfish.api
Class ActionReport.MessagePart
java.lang.Object
org.glassfish.api.ActionReport.MessagePart
- Enclosing class:
- ActionReport
public static class ActionReport.MessagePart
- extends 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(String type)
setMessage
public void setMessage(String message)
appendMessage
public void appendMessage(String message)
addProperty
public void addProperty(String key,
String value)
getProps
public Properties getProps()
getMessage
public String getMessage()
getChildrenType
public String getChildrenType()
getChildren
public List<ActionReport.MessagePart> getChildren()
Copyright © 2012. All Rights Reserved.