public class ProcessInstanceParameter extends Object
| Modifier and Type | Field and Description |
|---|---|
BigDecimal |
bigDecimal |
String |
name |
| Constructor and Description |
|---|
ProcessInstanceParameter() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getBigDecimal() |
String |
getName() |
void |
setBigDecimal(BigDecimal bigDecimal) |
void |
setName(String name) |
public String name
public BigDecimal bigDecimal
public String getName()
public void setName(String name)
public BigDecimal getBigDecimal()
public void setBigDecimal(BigDecimal bigDecimal)
Copyright © 2018. All rights reserved.