public interface PropertyRegistryBean extends RegistryBean
RegistryBean
which supports object
specific properties.Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.util.Collection<java.lang.Object>> |
getProperties()
Methods for retrieving the object specific properties for that bean.
|
void |
setProperties(java.util.Map<java.lang.String,java.util.Collection<java.lang.String>> properties)
Methods for setting the object specific properties for that bean.
|
getDescription, getKey, getName, setDescription, setName
java.util.Map<java.lang.String,java.util.Collection<java.lang.Object>> getProperties()
void setProperties(java.util.Map<java.lang.String,java.util.Collection<java.lang.String>> properties)
properties
- the list of property values.