org.jbpm.form.builder.services.model.items
public class RangeFieldRepresentation extends FormItemRepresentation
Constructor and Description |
---|
RangeFieldRepresentation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Map<String,Object> |
getDataMap() |
Double |
getDefaultValue() |
String |
getId() |
Double |
getMax() |
Double |
getMin() |
String |
getName() |
Double |
getStep() |
int |
hashCode() |
void |
setDataMap(Map<String,Object> data) |
void |
setDefaultValue(Double defaultValue) |
void |
setId(String id) |
void |
setMax(Double max) |
void |
setMin(Double min) |
void |
setName(String name) |
void |
setStep(Double step) |
addEffectClass, getEffectClasses, getEventActions, getExternal, getHeight, getInput, getItemValidations, getOutput, getTypeId, getWidth, setEffectClasses, setEventActions, setExternal, setHeight, setInput, setItemValidations, setOutput, setWidth
public Double getDefaultValue()
public void setDefaultValue(Double defaultValue)
public String getName()
public void setName(String name)
public String getId()
public void setId(String id)
public Double getMin()
public void setMin(Double min)
public Double getMax()
public void setMax(Double max)
public Double getStep()
public void setStep(Double step)
public Map<String,Object> getDataMap()
getDataMap
in interface Mappable
getDataMap
in class FormItemRepresentation
public void setDataMap(Map<String,Object> data) throws FormEncodingException
setDataMap
in interface Mappable
setDataMap
in class FormItemRepresentation
FormEncodingException
public boolean equals(Object obj)
equals
in class FormItemRepresentation
public int hashCode()
hashCode
in class FormItemRepresentation
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.