jBPM distribution 6.0.0.CR3

org.jbpm.form.builder.services.model
Class Data

java.lang.Object
  extended by org.jbpm.form.builder.services.model.Data
All Implemented Interfaces:
Serializable, Mappable
Direct Known Subclasses:
InputData, OutputData

public abstract class Data
extends Object
implements Mappable

See Also:
Serialized Form

Constructor Summary
Data()
           
 
Method Summary
 boolean equals(Object obj)
           
 Map<String,Object> getDataMap()
           
 Formatter getFormatter()
           
 String getMimeType()
           
 String getName()
           
 String getValue()
           
 int hashCode()
           
 void setDataMap(Map<String,Object> dataMap)
           
 void setFormatter(Formatter formatter)
           
 void setMimeType(String mimeType)
           
 void setName(String name)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Data

public Data()
Method Detail

getMimeType

public String getMimeType()

setMimeType

public void setMimeType(String mimeType)

getName

public String getName()

setName

public void setName(String name)

getValue

public String getValue()

setValue

public void setValue(String value)

getFormatter

public Formatter getFormatter()

setFormatter

public void setFormatter(Formatter formatter)

getDataMap

public Map<String,Object> getDataMap()
Specified by:
getDataMap in interface Mappable

setDataMap

public void setDataMap(Map<String,Object> dataMap)
                throws FormEncodingException
Specified by:
setDataMap in interface Mappable
Throws:
FormEncodingException

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

jBPM distribution 6.0.0.CR3

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.