Package org.flowable.ui.modeler.model
Class ModelKeyRepresentation
- java.lang.Object
-
- org.flowable.ui.common.model.AbstractRepresentation
-
- org.flowable.ui.modeler.model.ModelKeyRepresentation
-
public class ModelKeyRepresentation extends AbstractRepresentation
Representation of model key validation- Author:
- Tijs Rademakers
-
-
Constructor Summary
Constructors Constructor Description ModelKeyRepresentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()StringgetKey()StringgetName()booleanisKeyAlreadyExists()voidsetId(String id)voidsetKey(String key)voidsetKeyAlreadyExists(boolean keyAlreadyExists)voidsetName(String name)
-
-
-
Method Detail
-
isKeyAlreadyExists
public boolean isKeyAlreadyExists()
-
setKeyAlreadyExists
public void setKeyAlreadyExists(boolean keyAlreadyExists)
-
getKey
public String getKey()
-
setKey
public void setKey(String key)
-
getId
public String getId()
-
setId
public void setId(String id)
-
getName
public String getName()
-
setName
public void setName(String name)
-
-