org.gcube.portlets.user.homelibrary.util.config.easyconf
Class ComponentConfiguration

java.lang.Object
  extended by org.gcube.portlets.user.homelibrary.util.config.easyconf.ComponentConfiguration

public class ComponentConfiguration
extends Object

Contains the configuration of an EasyConf component including properties configuration and an object graph configuration.

Version:
$Revision: 1.11 $
Author:
Jorge Ferrer

Constructor Summary
ComponentConfiguration(String componentName)
           
ComponentConfiguration(String companyId, String componentName)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getComponentName()
          Get the name of the component which is associated with this configuration
 ComponentProperties getProperties()
          Get a typed map of the properties associated with this component
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentConfiguration

public ComponentConfiguration(String componentName)

ComponentConfiguration

public ComponentConfiguration(String companyId,
                              String componentName)
Method Detail

getComponentName

public String getComponentName()
Get the name of the component which is associated with this configuration


getProperties

public ComponentProperties getProperties()
Get a typed map of the properties associated with this component


equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2013. All Rights Reserved.