org.ow2.jonas.webapp.jonasadmin.logging
Class TopicLevel

java.lang.Object
  extended by org.ow2.jonas.webapp.jonasadmin.logging.TopicLevel

public class TopicLevel
extends Object


Constructor Summary
TopicLevel()
           
TopicLevel(String ps_Topic, String ps_Level)
           
 
Method Summary
 String getLevel()
           
 String getTopic()
           
 void setLevel(String level)
           
 void setTopic(String topic)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopicLevel

public TopicLevel()

TopicLevel

public TopicLevel(String ps_Topic,
                  String ps_Level)
Method Detail

getTopic

public String getTopic()

setTopic

public void setTopic(String topic)

getLevel

public String getLevel()

setLevel

public void setLevel(String level)


Copyright © 2010 OW2 Consortium. All Rights Reserved.