Class BaseServiceRegistryFieldMapping
java.lang.Object
com.flowable.dataobject.engine.impl.repository.serviceregistry.BaseServiceRegistryFieldMapping
- All Implemented Interfaces:
ServiceRegistryFieldMapping
public class BaseServiceRegistryFieldMapping extends java.lang.Object implements ServiceRegistryFieldMapping
- Author:
- Filip Hrisafov
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Object
defaultValue
protected java.lang.String
description
protected java.lang.String
label
protected java.lang.String
name
protected java.lang.String
type
-
Constructor Summary
Constructors Constructor Description BaseServiceRegistryFieldMapping()
-
Method Summary
Modifier and Type Method Description java.lang.Object
getDefaultValue()
java.lang.String
getDescription()
java.lang.String
getLabel()
java.lang.String
getName()
java.lang.String
getType()
void
setDefaultValue(java.lang.Object defaultValue)
void
setDescription(java.lang.String description)
void
setLabel(java.lang.String label)
void
setName(java.lang.String name)
void
setType(java.lang.String type)
-
Field Details
-
name
protected java.lang.String name -
label
protected java.lang.String label -
description
protected java.lang.String description -
type
protected java.lang.String type -
defaultValue
protected java.lang.Object defaultValue
-
-
Constructor Details
-
BaseServiceRegistryFieldMapping
public BaseServiceRegistryFieldMapping()
-
-
Method Details
-
getName
public java.lang.String getName()- Specified by:
getName
in interfaceServiceRegistryFieldMapping
-
setName
public void setName(java.lang.String name) -
getLabel
public java.lang.String getLabel()- Specified by:
getLabel
in interfaceServiceRegistryFieldMapping
-
setLabel
public void setLabel(java.lang.String label) -
getDescription
public java.lang.String getDescription()- Specified by:
getDescription
in interfaceServiceRegistryFieldMapping
-
setDescription
public void setDescription(java.lang.String description) -
getType
public java.lang.String getType()- Specified by:
getType
in interfaceServiceRegistryFieldMapping
- Returns:
- the field type
- See Also:
for the available types
-
setType
public void setType(java.lang.String type) -
getDefaultValue
public java.lang.Object getDefaultValue()- Specified by:
getDefaultValue
in interfaceServiceRegistryFieldMapping
-
setDefaultValue
public void setDefaultValue(java.lang.Object defaultValue)
-