Class Prop
- java.lang.Object
-
- org.bedework.carddav.server.query.Prop
-
- All Implemented Interfaces:
org.bedework.util.logging.Logged
public class Prop extends Object implements org.bedework.util.logging.Logged
- Author:
- Mike Douglass douglm rpi.edu
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddump(String indent)org.bedework.util.logging.BwLoggergetLogger()StringgetName()booleangetNovalue()voidsetName(String val)voidsetNovalue(boolean val)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bedework.util.logging.Logged
audit, debug, debug, enableAuditLogger, enableErrorLogger, enableMetricsLogger, error, error, error, getLogLevel, info, isAuditLoggerEnabled, isErrorLoggerEnabled, isMetricsDebugEnabled, isMetricsLoggerEnabled, metrics, setLoggerClass, setLoggerClass, setLogLevel, trace, trace, warn
-
-
-
-
Constructor Detail
-
Prop
public Prop(String name)
Constructor- Parameters:
name-
-
-
Method Detail
-
setName
public void setName(String val)
- Parameters:
val-
-
getName
public String getName()
- Returns:
- String
-
setNovalue
public void setNovalue(boolean val)
- Parameters:
val-
-
getNovalue
public boolean getNovalue()
- Returns:
- boolean
-
dump
public void dump(String indent)
- Parameters:
indent-
-
getLogger
public org.bedework.util.logging.BwLogger getLogger()
- Specified by:
getLoggerin interfaceorg.bedework.util.logging.Logged
-
-