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()
ExecutionInfo
getComponent
in interface ExecutionInfo
public java.lang.String getType()
ExecutionInfo
getType
in interface ExecutionInfo
public java.lang.String getNote()
ExecutionInfo
getNote
in interface ExecutionInfo
public 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-2021 Potix Corporation. All Rights Reserved.