public interface Properties
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(String name,
String value)
Add a new property.
|
String |
getId() |
Map<String,String> |
getProperties() |
String |
getPropertyValue(String propertyName) |
void |
update()
Save modified properties
|
String getId() throws InternalErrorException
InternalErrorException - if an internal error occurs.String getPropertyValue(String propertyName) throws InternalErrorException
propertyName - the property name.InternalErrorExceptionMap<String,String> getProperties() throws InternalErrorException
InternalErrorExceptionvoid addProperty(String name, String value) throws InternalErrorException
name - the property name.value - the property value.InternalErrorExceptionvoid update()
throws InternalErrorException
InternalErrorExceptionCopyright © 2015. All Rights Reserved.