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

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.ComponentLogger
All Implemented Interfaces:
Editable, java.io.Serializable

public class ComponentLogger
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
ComponentLogger(ClassLoggerConfigurationType config)
           
 
Method Summary
 LoggingComponentType getComponent()
           
 java.lang.String getName()
           
 void setComponent(LoggingComponentType component)
           
 void setName(java.lang.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, setSelected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentLogger

public ComponentLogger(ClassLoggerConfigurationType config)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in class LoggerConfiguration

getComponent

public LoggingComponentType getComponent()

setComponent

public void setComponent(LoggingComponentType component)

setName

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

toXmlType

public ClassLoggerConfigurationType toXmlType()


Copyright © 2012 evolveum. All Rights Reserved.