|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.appclient.client.acc.config.TargetServer
public class TargetServer
| Field Summary | |
|---|---|
protected java.lang.String |
address
|
protected java.lang.String |
description
|
protected java.lang.String |
name
|
protected java.lang.Integer |
port
|
protected Security |
security
|
| Constructor Summary | |
|---|---|
TargetServer()
|
|
TargetServer(java.lang.String address,
java.lang.Integer port)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAddress()
Gets the value of the address property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.Integer |
getPort()
Gets the value of the port property. |
Security |
getSecurity()
Gets the value of the security property. |
void |
setAddress(java.lang.String value)
Sets the value of the address property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setPort(java.lang.Integer value)
Sets the value of the port property. |
void |
setSecurity(Security value)
Sets the value of the security property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String name
protected java.lang.String address
protected java.lang.Integer port
protected java.lang.String description
protected Security security
| Constructor Detail |
|---|
public TargetServer()
public TargetServer(java.lang.String address,
java.lang.Integer port)
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAddress()
Stringpublic void setAddress(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getPort()
Stringpublic void setPort(java.lang.Integer value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic Security getSecurity()
Securitypublic void setSecurity(Security value)
value - allowed object is
Security
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||