org.genepattern.webservice
Class TaskInfoAttributes
java.lang.Object
java.util.AbstractMap
java.util.HashMap
org.genepattern.webservice.TaskInfoAttributes
- All Implemented Interfaces:
- java.lang.Cloneable, java.util.Map, java.io.Serializable
- public class TaskInfoAttributes
- extends java.util.HashMap
- implements java.io.Serializable
- See Also:
- Serialized Form
|
Method Summary |
static TaskInfoAttributes |
decode(java.lang.String taskInfoAttributesXML)
factory method to create a TaskInfoAttributes object from an encoded XML
stream of one that was previously saved |
java.lang.String |
encode()
method to encode a TaskInfoAttributes object into a serializable form for
persisting in the database |
java.lang.String |
get(java.lang.String name)
|
static java.lang.String |
replace(java.lang.String original,
java.lang.String find,
java.lang.String replace)
|
java.lang.String |
toString()
|
| Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
equals, hashCode |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
equals, hashCode |
TaskInfoAttributes
public TaskInfoAttributes(java.util.Map map)
TaskInfoAttributes
public TaskInfoAttributes()
encode
public java.lang.String encode()
- method to encode a TaskInfoAttributes object into a serializable form for
persisting in the database
- Returns:
- serialized version of the TaskInfoAttributes object
- See Also:
java.io.ObjectOutputStream, java.io.Serializable
decode
public static TaskInfoAttributes decode(java.lang.String taskInfoAttributesXML)
- factory method to create a TaskInfoAttributes object from an encoded XML
stream of one that was previously saved
- Returns:
- TaskInfoAttributes object with the data restored via
serialization readObject
- See Also:
encode(),
Serializable
toString
public java.lang.String toString()
get
public java.lang.String get(java.lang.String name)
replace
public static final java.lang.String replace(java.lang.String original,
java.lang.String find,
java.lang.String replace)