public abstract class EntityBean extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
hostName |
protected int |
port |
protected String |
protocol |
| Constructor and Description |
|---|
EntityBean() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
createURL(String path) |
String |
getHostName() |
int |
getPort() |
String |
getProtocol() |
void |
setHostName(String hostName) |
void |
setPort(int port) |
void |
setProtocol(String protocol) |
protected String hostName
protected String protocol
protected int port
Copyright © 2013 Seam Framework. All Rights Reserved.