org.gcube.portlets.user.homelibrary.home.workspace
Interface Properties


public interface Properties

Author:
Federico De Faveri defaveri@isti.cnr.it

Method Summary
 void addProperty(String name, String value)
          Add a new property.
 String getId()
           
 Map<String,String> getProperties()
           
 String getPropertyValue(String propertyName)
           
 

Method Detail

getId

String getId()
             throws InternalErrorException
Returns:
the properties id.
Throws:
InternalErrorException - if an internal error occurs.

getPropertyValue

String getPropertyValue(String propertyName)
Parameters:
propertyName - the property name.
Returns:
the property value.

getProperties

Map<String,String> getProperties()
Returns:
the properties map.

addProperty

void addProperty(String name,
                 String value)
Add a new property.

Parameters:
name - the property name.
value - the property value.


Copyright © 2012. All Rights Reserved.