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

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

public class Manager
extends Object

Simple POJO class to model XML data

Version:
$Revision: 57210 $
Author:
Dimitris Andreadis

Constructor Summary
Manager()
          Default CTOR
 
Method Summary
 String getAddress()
          Method getAddress returns the value of field 'address'.
 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(String address)
          Method setAddress sets the value of field 'address'.
 void setLocalAddress(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'.
 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 String getAddress()
Method getAddress returns the value of field 'address'.

Returns:
the value of field 'address'.

getLocalAddress

public 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(String address)
Method setAddress sets the value of field 'address'.

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

setLocalAddress

public void setLocalAddress(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 String toString()
Overrides:
toString in class Object


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.