public class GatewaySummaryBean extends Object implements Serializable
GatewayBean.| Constructor and Description |
|---|
GatewaySummaryBean()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getId() |
String |
getName() |
GatewayType |
getType() |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setName(String name) |
void |
setType(GatewayType type) |
String |
toString() |
public String getId()
public void setId(String id)
id - the id to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic GatewayType getType()
public void setType(GatewayType type)
type - the type to setCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.