public class ChannelModel extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected String |
channelType |
protected String |
description |
protected String |
key |
protected String |
name |
protected String |
type |
| Constructor and Description |
|---|
ChannelModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
String |
getChannelType() |
String |
getDescription() |
String |
getKey() |
String |
getName() |
String |
getType() |
void |
setCategory(String category) |
void |
setChannelType(String channelType) |
void |
setDescription(String description) |
void |
setKey(String key) |
void |
setName(String name) |
void |
setType(String type) |
protected String key
protected String category
protected String name
protected String description
protected String channelType
protected String type
public String getKey()
public void setKey(String key)
public String getCategory()
public void setCategory(String category)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getChannelType()
public void setChannelType(String channelType)
public String getType()
public void setType(String type)
Copyright © 2021 Flowable. All rights reserved.