brooklyn.mementos
Interface Memento
- All Superinterfaces:
- Serializable
- All Known Subinterfaces:
- EntityMemento, LocationMemento, PolicyMemento
public interface Memento
- extends Serializable
getBrooklynVersion
String getBrooklynVersion()
- The version of brooklyn used when this memento was generated.
getId
String getId()
getType
String getType()
getDisplayName
String getDisplayName()
getCustomField
Object getCustomField(String name)
- A (weakly-typed) property set for this memento.
These can be used to avoid sub-classing the entity memento, but developers can sub-class to get strong typing if desired.
getCustomFields
Map<String,? extends Object> getCustomFields()
Copyright © 2013. All Rights Reserved.