|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.jmx.adaptor.snmp.config.manager.Manager
public class Manager
Simple POJO class to model XML data
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 |
---|
public Manager()
Method Detail |
---|
public String getAddress()
public String getLocalAddress()
public int getLocalPort()
public int getPort()
public int getVersion()
public void setAddress(String address)
address
- the value of field 'address'.public void setLocalAddress(String localAddress)
localAddress
- the value of field 'localAddress'.public void setLocalPort(int localPort)
localPort
- the value of field 'localPort'.public void setPort(int port)
port
- the value of field 'port'.public void setVersion(int version)
version
- the value of field 'version'.public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |