org.jboss.jmx.adaptor.snmp.config.manager
Class Manager

java.lang.Object
  extended byorg.jboss.jmx.adaptor.snmp.config.manager.Manager

public class Manager
extends java.lang.Object

Simple POJO class to model XML data


Constructor Summary
Manager()
          Default CTOR
 
Method Summary
 java.lang.String getAddress()
          Method getAddress returns the value of field 'address'.
 java.lang.String getLocalAddress()
          Method getLocalAddress returns the value of field 'localAddress'.
 int getLocalPort()
          Method getLocalPort returns the value of field 'localPort'.
 int getPort()
          Method getPort returns the value of field 'port'.
 int getVersion()
          Method getVersion returns the value of field 'version'.
 void setAddress(java.lang.String address)
          Method setAddress sets the value of field 'address'.
 void setLocalAddress(java.lang.String localAddress)
          Method setLocalAddress sets the value of field 'localAddress'.
 void setLocalPort(int localPort)
          Method setLocalPort sets the value of field 'localPort'.
 void setPort(int port)
          Method setPort sets the value of field 'port'.
 void setVersion(int version)
          Method setVersion sets the value of field 'version'.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Manager

public Manager()
Default CTOR

Method Detail

getAddress

public java.lang.String getAddress()
Method getAddress returns the value of field 'address'.

Returns:
the value of field 'address'.

getLocalAddress

public java.lang.String getLocalAddress()
Method getLocalAddress returns the value of field 'localAddress'.

Returns:
the value of field 'localAddress'.

getLocalPort

public int getLocalPort()
Method getLocalPort returns the value of field 'localPort'.

Returns:
the value of field 'localPort'.

getPort

public int getPort()
Method getPort returns the value of field 'port'.

Returns:
the value of field 'port'.

getVersion

public int getVersion()
Method getVersion returns the value of field 'version'.

Returns:
the value of field 'version'.

setAddress

public void setAddress(java.lang.String address)
Method setAddress sets the value of field 'address'.

Parameters:
address - the value of field 'address'.

setLocalAddress

public void setLocalAddress(java.lang.String localAddress)
Method setLocalAddress sets the value of field 'localAddress'.

Parameters:
localAddress - the value of field 'localAddress'.

setLocalPort

public void setLocalPort(int localPort)
Method setLocalPort sets the value of field 'localPort'.

Parameters:
localPort - the value of field 'localPort'.

setPort

public void setPort(int port)
Method setPort sets the value of field 'port'.

Parameters:
port - the value of field 'port'.

setVersion

public void setVersion(int version)
Method setVersion sets the value of field 'version'.

Parameters:
version - the value of field 'version'.

toString

public java.lang.String toString()