public interface EntityConfigurationApi
| Modifier and Type | Method and Description |
|---|---|
String |
getHostName()
The host name which is used to access this application from a web browser
(by the end user).
|
int |
getPort()
The port at which this application is reachable from the browser of the
end user.
|
String |
getProtocol()
This property contains the protocol that is used by the entity.
|
void |
setHostName(String hostName)
See
getHostName() |
void |
setPort(int port)
See
getPort() |
void |
setProtocol(String protocol)
See
getProtocol() |
String getProtocol()
void setProtocol(String protocol)
getProtocol()protocol - protocolString getHostName()
void setHostName(String hostName)
getHostName()hostName - host nameint getPort()
void setPort(int port)
getPort()port - portCopyright © 2013 Seam Framework. All Rights Reserved.