public interface AuditModule extends ConfigBeanProxy, PropertyBag
ConfigBeanProxy.Duck
PropertyBag.Duck
Modifier and Type | Method and Description |
---|---|
@NotNull String |
getClassname()
Gets the value of the classname property.
|
@NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*") String |
getName()
Gets the value of the name property.
|
List<Property> |
getProperty()
Properties as per
PropertyBag |
void |
setClassname(String value)
Sets the value of the classname property.
|
void |
setName(String value)
Sets the value of the name property.
|
createChild, deepCopy, getParent, getParent
addProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removeProperty
@NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*") @NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*") String getName()
String
void setName(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
@NotNull @JavaClassName @NotNull String getClassname()
String
void setClassname(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
@ToDo(priority=IMPORTANT, details="Provide PropertyDesc for legal props") @PropertiesDesc(props={}) List<Property> getProperty()
PropertyBag
getProperty
in interface PropertyBag
Copyright © 2021. All rights reserved.