|
Agentflow V3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpe.pase.TranslateArtIns
public class TranslateArtIns
The instance of artifact.
Constructor Summary | |
---|---|
TranslateArtIns()
Constructor. |
Method Summary | |
---|---|
void |
addAppValue(java.lang.String key,
java.lang.String value)
Add the component data into the component data map |
java.util.HashMap |
getAppDataMap()
Get the component data map |
java.lang.String |
getAppValue(java.lang.String key)
Get the component value |
java.lang.String |
getArtifactID()
Get the artifact id |
java.lang.String |
getEndTime()
Get the end time of the artifact |
java.lang.String |
getInsID()
Get the artifact instance id |
java.lang.String |
getMyID()
Get the artifact user-define id |
java.lang.String |
getName()
Get the artifact name |
java.lang.String |
getStartTime()
Get the start time of the artifact |
void |
setAppDataMap(java.util.HashMap data)
Set the component data map |
void |
setAppValue(java.lang.String key,
java.lang.String value)
Set the component value |
void |
setArtifactID(java.lang.String id)
Set the artifact id |
void |
setEndTime(java.lang.String time)
Set the end time of the artifact |
void |
setInsID(java.lang.String id)
Set the artifact instance id |
void |
setMyID(java.lang.String id)
Set the artifact user-define id |
void |
setName(java.lang.String name)
Set the artifact name |
void |
setStartTime(java.lang.String time)
Set the start time of the artifact |
java.lang.String |
toString()
Returns a string representation of the instance of TranslateArtIs object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TranslateArtIns()
TranslateArtIns
without parameters.
Method Detail |
---|
public void addAppValue(java.lang.String key, java.lang.String value)
key
- the given component namevalue
- the given component valuepublic java.util.HashMap getAppDataMap()
public java.lang.String getAppValue(java.lang.String key)
key
- the given component name
public java.lang.String getArtifactID()
public java.lang.String getEndTime()
public java.lang.String getInsID()
public java.lang.String getMyID()
public java.lang.String getName()
public java.lang.String getStartTime()
public void setAppDataMap(java.util.HashMap data)
data
- the given data mappublic void setAppValue(java.lang.String key, java.lang.String value)
key
- the given component namepublic void setArtifactID(java.lang.String id)
id
- the given artifact idpublic void setEndTime(java.lang.String time)
time
- the given end timepublic void setInsID(java.lang.String id)
id
- the given artifact instance idpublic void setMyID(java.lang.String id)
id
- the given artifact user-define idpublic void setName(java.lang.String name)
name
- the given artifact namepublic void setStartTime(java.lang.String time)
time
- the given start timepublic java.lang.String toString()
TranslateArtIs
object
toString
in class java.lang.Object
|
Agentflow V3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |