public class NotificationTransportConfigBean extends Object
Constructor and Description |
---|
NotificationTransportConfigBean() |
Modifier and Type | Method and Description |
---|---|
int |
getId() |
int |
getTransportConfigId() |
String |
getTransportKey() |
Set<NotificationTransportMappingBean> |
getTransportTemplateMappings() |
void |
setId(int configId) |
void |
setTransportConfigId(int id) |
void |
setTransportKey(String transportKey) |
void |
setTransportTemplateMappings(Set<NotificationTransportMappingBean> mappings) |
public int getId()
public void setId(int configId)
public String getTransportKey()
public void setTransportKey(String transportKey)
public Set<NotificationTransportMappingBean> getTransportTemplateMappings()
public void setTransportTemplateMappings(Set<NotificationTransportMappingBean> mappings)
public int getTransportConfigId()
public void setTransportConfigId(int id)
Copyright © 2008–2022 The Plugin People. All rights reserved.