@Entity public class GatewayBean extends Object implements Serializable
| Constructor and Description |
|---|
GatewayBean()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getConfiguration() |
String |
getCreatedBy() |
Date |
getCreatedOn() |
String |
getDescription() |
String |
getId() |
String |
getModifiedBy() |
Date |
getModifiedOn() |
String |
getName() |
GatewayType |
getType() |
void |
setConfiguration(String configuration) |
void |
setCreatedBy(String createdBy) |
void |
setCreatedOn(Date createdOn) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setModifiedBy(String modifiedBy) |
void |
setModifiedOn(Date modifiedOn) |
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 String getCreatedBy()
public void setCreatedBy(String createdBy)
createdBy - the createdBy to setpublic Date getCreatedOn()
public void setCreatedOn(Date createdOn)
createdOn - the createdOn to setpublic String getModifiedBy()
public void setModifiedBy(String modifiedBy)
modifiedBy - the modifiedBy to setpublic Date getModifiedOn()
public void setModifiedOn(Date modifiedOn)
modifiedOn - the modifiedOn to setpublic GatewayType getType()
public void setType(GatewayType type)
type - the type to setpublic String getConfiguration()
public void setConfiguration(String configuration)
configuration - the configuration to setCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.