public class BasicCatalogItemMemento extends AbstractMemento implements CatalogItemMemento, java.io.Serializable
| Modifier and Type | Class and Description | 
|---|---|
| static class  | BasicCatalogItemMemento.Builder | 
| Modifier and Type | Method and Description | 
|---|---|
| static BasicCatalogItemMemento.Builder | builder() | 
| java.lang.Class<?> | getCatalogItemJavaType() | 
| CatalogItem.CatalogItemType | getCatalogItemType() | 
| java.util.Map<java.lang.String,? extends java.lang.Object> | getCustomFields() | 
| java.lang.String | getDescription() | 
| java.lang.String | getIconUrl() | 
| java.lang.String | getJavaType() | 
| CatalogItem.CatalogItemLibraries | getLibraries() | 
| java.lang.String | getPlanYaml() | 
| java.lang.String | getRegisteredTypeName() | 
| java.lang.Class<?> | getSpecType() | 
| java.lang.String | getVersion() | 
getBrooklynVersion, getCatalogItemId, getCustomField, getDisplayName, getId, getTags, getType, getTypeClass, injectTypeClass, toString, toVerboseStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBrooklynVersion, getCatalogItemId, getCustomField, getDisplayName, getId, getTags, getType, getTypeClass, injectTypeClass, toVerboseStringpublic static BasicCatalogItemMemento.Builder builder()
public java.lang.String getDescription()
getDescription in interface CatalogItemMementopublic java.lang.String getRegisteredTypeName()
getRegisteredTypeName in interface CatalogItemMementopublic java.lang.String getIconUrl()
getIconUrl in interface CatalogItemMementopublic java.lang.String getVersion()
getVersion in interface CatalogItemMementopublic java.lang.String getPlanYaml()
getPlanYaml in interface CatalogItemMementopublic java.lang.String getJavaType()
getJavaType in interface CatalogItemMementopublic CatalogItem.CatalogItemLibraries getLibraries()
getLibraries in interface CatalogItemMementopublic CatalogItem.CatalogItemType getCatalogItemType()
getCatalogItemType in interface CatalogItemMementopublic java.lang.Class<?> getCatalogItemJavaType()
getCatalogItemJavaType in interface CatalogItemMementopublic java.lang.Class<?> getSpecType()
getSpecType in interface CatalogItemMementopublic java.util.Map<java.lang.String,? extends java.lang.Object> getCustomFields()
getCustomFields in interface MementogetCustomFields in class AbstractMemento