public class ModelRelation extends Object
| Constructor and Description |
|---|
ModelRelation() |
ModelRelation(String parentModelId,
String modelId,
String type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getModelId() |
String |
getParentModelId() |
String |
getType() |
void |
setId(String id) |
void |
setModelId(String modelId) |
void |
setParentModelId(String parentModelId) |
void |
setType(String type) |
public String getId()
public void setId(String id)
public String getParentModelId()
public void setParentModelId(String parentModelId)
public String getModelId()
public void setModelId(String modelId)
public String getType()
public void setType(String type)
Copyright © 2018 Flowable. All rights reserved.