com.softwareag.centrasite.appl.framework.beans
Interface PropertyRegistryBean

All Superinterfaces:
RegistryBean

public interface PropertyRegistryBean
extends RegistryBean

An extension of the RegistryBean which supports object specific properties.


Method Summary
 java.util.Map<java.lang.String,java.util.Collection<java.lang.Object>> getProperties()
          Method for retrieving the object specific properties for that bean.
 void setProperties(java.util.Map<java.lang.String,java.util.Collection<java.lang.String>> properties)
          Method for setting the object specific properties for that bean.
 
Methods inherited from interface com.softwareag.centrasite.appl.framework.beans.RegistryBean
getDescription, getKey, getName, setDescription, setName
 

Method Detail

getProperties

java.util.Map<java.lang.String,java.util.Collection<java.lang.Object>> getProperties()
Method for retrieving the object specific properties for that bean.

Returns:
Map of object specific properties for this bean.

setProperties

void setProperties(java.util.Map<java.lang.String,java.util.Collection<java.lang.String>> properties)
Method for setting the object specific properties for that bean.

Parameters:
properties -