public class ExecutionInfoBase extends java.lang.Object implements ExecutionInfo
| Modifier | Constructor and Description |
|---|---|
protected |
ExecutionInfoBase(java.lang.String type,
java.lang.String subtype,
Component comp,
java.lang.String note) |
| Modifier and Type | Method and Description |
|---|---|
Component |
getComponent()
the component of this info
|
java.lang.String |
getNote()
the note of this info
|
java.lang.String |
getSubtype() |
java.lang.String |
getType()
the type of this info
|
protected static void |
put(JSONObject json,
java.lang.String prop,
java.lang.Object val) |
protected static void |
putEssential(JSONObject json,
java.lang.String prop,
java.lang.Object val) |
JSONObject |
toJSON() |
protected static java.lang.String |
toString(java.lang.Object value,
int len) |
protected ExecutionInfoBase(java.lang.String type,
java.lang.String subtype,
Component comp,
java.lang.String note)
public Component getComponent()
ExecutionInfogetComponent in interface ExecutionInfopublic java.lang.String getType()
ExecutionInfogetType in interface ExecutionInfopublic java.lang.String getNote()
ExecutionInfogetNote in interface ExecutionInfopublic java.lang.String getSubtype()
public JSONObject toJSON()
protected static void put(JSONObject json, java.lang.String prop, java.lang.Object val)
protected static void putEssential(JSONObject json, java.lang.String prop, java.lang.Object val)
protected static java.lang.String toString(java.lang.Object value,
int len)
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.