@Entity public class HistoryVariable extends Object
| 构造器和说明 |
|---|
HistoryVariable() |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getHistoryProcessInstanceId() |
long |
getId() |
String |
getKey() |
String |
getStringValue() |
VariableType |
getType() |
Object |
getVariableObject() |
void |
init(Context context) |
void |
setHistoryProcessInstanceId(long historyProcessInstanceId) |
void |
setId(long id) |
void |
setKey(String key) |
void |
setStringValue(String stringValue) |
void |
setType(VariableType type) |
public Object getVariableObject()
public void init(Context context)
public long getId()
public void setId(long id)
public long getHistoryProcessInstanceId()
public void setHistoryProcessInstanceId(long historyProcessInstanceId)
public String getKey()
public void setKey(String key)
public String getStringValue()
public void setStringValue(String stringValue)
public VariableType getType()
public void setType(VariableType type)
Copyright © 2019 Bstek. All rights reserved.