@Entity public class TServer extends Object implements Serializable
Constructor and Description |
---|
TServer() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Double |
getActive() |
String |
getAddress() |
String |
getApplicationName() |
Double |
getDefaultServer() |
String |
getDescription() |
String |
getHost() |
Double |
getHttps() |
Double |
getIdent() |
Double |
getPort() |
int |
hashCode() |
void |
setActive(Double active) |
void |
setApplicationName(String applicationName) |
void |
setDefaultServer(Double defaultServer) |
void |
setDescription(String description) |
void |
setHost(String host) |
void |
setHttps(Double https) |
void |
setIdent(Double ident) |
void |
setPort(Double port) |
String |
toString() |
public Double getIdent()
public void setIdent(Double ident)
public String getDescription()
public void setDescription(String description)
public String getHost()
public void setHost(String host)
public Double getPort()
public void setPort(Double port)
public String getApplicationName()
public void setApplicationName(String applicationName)
public Double getHttps()
public void setHttps(Double https)
public Double getDefaultServer()
public void setDefaultServer(Double defaultServer)
public Double getActive()
public void setActive(Double active)
public String getAddress()
Copyright © 2016. All rights reserved.