public class TranslateArtIns
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
TranslateArtIns()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
public TranslateArtIns()
TranslateArtIns without parameters.public java.lang.String getInsID()
public void setInsID(java.lang.String id)
id - the given artifact instance idpublic java.lang.String getMyID()
public void setMyID(java.lang.String id)
id - the given artifact user-define idpublic java.lang.String getName()
public void setName(java.lang.String name)
name - the given artifact namepublic java.lang.String getArtifactID()
public void setArtifactID(java.lang.String id)
id - the given artifact idpublic java.lang.String getStartTime()
public void setStartTime(java.lang.String time)
time - the given start timepublic java.lang.String getEndTime()
public void setEndTime(java.lang.String time)
time - the given end timepublic java.util.HashMap getAppDataMap()
public void setAppDataMap(java.util.HashMap data)
data - the given data mappublic void addAppValue(java.lang.String key,
java.lang.String value)
key - the given component namevalue - the given component valuepublic java.lang.String getAppValue(java.lang.String key)
key - the given component namepublic void setAppValue(java.lang.String key,
java.lang.String value)
key - the given component namepublic java.lang.String toString()
TranslateArtIs objecttoString in class java.lang.ObjectCopyright ? 2022. All Rights Reserved.