org.glassfish.api
Class ActionReport.MessagePart

java.lang.Object
  extended by org.glassfish.api.ActionReport.MessagePart
Enclosing class:
ActionReport

public static class ActionReport.MessagePart
extends java.lang.Object


Constructor Summary
ActionReport.MessagePart()
           
 
Method Summary
 ActionReport.MessagePart addChild()
           
 void addProperty(java.lang.String key, java.lang.String value)
           
 void appendMessage(java.lang.String message)
           
 java.util.List<ActionReport.MessagePart> getChildren()
           
 java.lang.String getChildrenType()
           
 java.lang.String getMessage()
           
 java.util.Properties getProps()
           
 void setChildrenType(java.lang.String type)
           
 void setMessage(java.lang.String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionReport.MessagePart

public ActionReport.MessagePart()
Method Detail

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.