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

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

public class Mapping
extends Object

Simple POJO class to model XML data

Version:
$Revision: 57210 $
Author:
Dimitris Andreadis

Constructor Summary
Mapping()
          Default CTOR
 
Method Summary
 String getEnterprise()
           
 int getGeneric()
           
 String getNotificationType()
           
 int getSpecific()
           
 VarBindList getVarBindList()
           
 void setEnterprise(String enterprise)
           
 void setGeneric(int generic)
           
 void setNotificationType(String notificationType)
           
 void setSpecific(int specific)
           
 void setVarBindList(VarBindList varBindList)
           
 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 String getEnterprise()

getGeneric

public int getGeneric()

getNotificationType

public String getNotificationType()

getSpecific

public int getSpecific()

getVarBindList

public VarBindList getVarBindList()

setEnterprise

public void setEnterprise(String enterprise)

setGeneric

public void setGeneric(int generic)

setNotificationType

public void setNotificationType(String notificationType)

setSpecific

public void setSpecific(int specific)

setVarBindList

public void setVarBindList(VarBindList varBindList)

toString

public String toString()
Overrides:
toString in class Object


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