org.jboss.jmx.adaptor.snmp.config.notification
Class Mapping

java.lang.Object
  extended byorg.jboss.jmx.adaptor.snmp.config.notification.Mapping

public class Mapping
extends java.lang.Object

Simple POJO class to model XML data


Constructor Summary
Mapping()
          Default CTOR
 
Method Summary
 java.lang.String getEnterprise()
           
 int getGeneric()
           
 java.lang.String getNotificationType()
           
 int getSpecific()
           
 VarBindList (src) getVarBindList()
           
 void setEnterprise(java.lang.String enterprise)
           
 void setGeneric(int generic)
           
 void setNotificationType(java.lang.String notificationType)
           
 void setSpecific(int specific)
           
 void setVarBindList(VarBindList (src)  varBindList)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Mapping

public Mapping()
Default CTOR

Method Detail

getEnterprise

public java.lang.String getEnterprise()

getGeneric

public int getGeneric()

getNotificationType

public java.lang.String getNotificationType()

getSpecific

public int getSpecific()

getVarBindList

public VarBindList (src)  getVarBindList()

setEnterprise

public void setEnterprise(java.lang.String enterprise)

setGeneric

public void setGeneric(int generic)

setNotificationType

public void setNotificationType(java.lang.String notificationType)

setSpecific

public void setSpecific(int specific)

setVarBindList

public void setVarBindList(VarBindList (src)  varBindList)

toString

public java.lang.String toString()