org.glassfish.appclient.client.acc.config
Class TargetServer

java.lang.Object
  extended by org.glassfish.appclient.client.acc.config.TargetServer

public class TargetServer
extends java.lang.Object


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

name

protected java.lang.String name

address

protected java.lang.String address

port

protected java.lang.Integer port

description

protected java.lang.String description

security

protected Security security
Constructor Detail

TargetServer

public TargetServer()

TargetServer

public TargetServer(java.lang.String address,
                    java.lang.Integer port)
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getAddress

public java.lang.String getAddress()
Gets the value of the address property.

Returns:
possible object is String

setAddress

public void setAddress(java.lang.String value)
Sets the value of the address property.

Parameters:
value - allowed object is String

getPort

public java.lang.Integer getPort()
Gets the value of the port property.

Returns:
possible object is String

setPort

public void setPort(java.lang.Integer value)
Sets the value of the port property.

Parameters:
value - allowed object is String

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getSecurity

public Security getSecurity()
Gets the value of the security property.

Returns:
possible object is Security

setSecurity

public void setSecurity(Security value)
Sets the value of the security property.

Parameters:
value - allowed object is Security


Copyright © 2012 GlassFish Community. All Rights Reserved.