org.openmdx.kernel.log
Class LogEntity

java.lang.Object
  extended by org.openmdx.kernel.log.LogEntity
All Implemented Interfaces:
Comparable

public class LogEntity
extends Object
implements Comparable


Constructor Summary
LogEntity(String name, String mechanism)
           
 
Method Summary
 int compareTo(Object o)
           
 boolean equals(Object obj)
           
 String getMechanism()
           
 String getName()
           
 int hashCode()
           
 void setMechanism(String value)
           
 void setName(String value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogEntity

public LogEntity(String name,
                 String mechanism)
Method Detail

getName

public String getName()

getMechanism

public String getMechanism()

setName

public void setName(String value)

setMechanism

public void setMechanism(String value)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.