com.evolveum.midpoint.web.page.admin.configuration.dto
Class ClassLogger

java.lang.Object
  extended by com.evolveum.midpoint.web.component.util.Selectable
      extended by com.evolveum.midpoint.web.page.admin.configuration.dto.LoggerConfiguration
          extended by com.evolveum.midpoint.web.page.admin.configuration.dto.ClassLogger
All Implemented Interfaces:
Editable, Serializable

public class ClassLogger
extends LoggerConfiguration

Author:
lazyman
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.evolveum.midpoint.web.component.util.Selectable
F_SELECTED
 
Constructor Summary
ClassLogger(ClassLoggerConfigurationType config)
           
 
Method Summary
 String getName()
           
 void setName(String name)
           
 ClassLoggerConfigurationType toXmlType()
           
 
Methods inherited from class com.evolveum.midpoint.web.page.admin.configuration.dto.LoggerConfiguration
getAppenders, getLevel, isEditing, setAppenders, setEditing, setLevel
 
Methods inherited from class com.evolveum.midpoint.web.component.util.Selectable
isSelected, isSigned, setSelected, setSigned
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassLogger

public ClassLogger(ClassLoggerConfigurationType config)
Method Detail

getName

public String getName()
Specified by:
getName in class LoggerConfiguration

setName

public void setName(String name)
Specified by:
setName in class LoggerConfiguration

toXmlType

public ClassLoggerConfigurationType toXmlType()


Copyright © 2013 evolveum. All Rights Reserved.