public class ModelKeyRepresentation extends AbstractRepresentation
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
key |
protected boolean |
keyAlreadyExists |
protected String |
name |
| Constructor and Description |
|---|
ModelKeyRepresentation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getKey() |
String |
getName() |
boolean |
isKeyAlreadyExists() |
void |
setId(String id) |
void |
setKey(String key) |
void |
setKeyAlreadyExists(boolean keyAlreadyExists) |
void |
setName(String name) |
protected boolean keyAlreadyExists
protected String key
protected String id
protected String name
public boolean isKeyAlreadyExists()
public void setKeyAlreadyExists(boolean keyAlreadyExists)
public String getKey()
public void setKey(String key)
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
Copyright © 2018 Flowable. All rights reserved.