|
||||||||||
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
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 |
public Manager()
Method Detail |
public java.lang.String getAddress()
public java.lang.String getLocalAddress()
public int getLocalPort()
public int getPort()
public int getVersion()
public void setAddress(java.lang.String address)
address
- the value of field 'address'.public void setLocalAddress(java.lang.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 java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |