public class CatalogItemImpl extends ReferenceTypeImpl implements CatalogItem
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected ReferenceType |
entity |
protected Map<String,String> |
properties |
| Constructor and Description |
|---|
CatalogItemImpl(String name,
URI id,
String description,
ReferenceType computeOptions,
ReferenceType customizationOptions,
ReferenceType entity,
Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ReferenceType |
getComputeOptions() |
ReferenceType |
getCustomizationOptions() |
String |
getDescription() |
ReferenceType |
getEntity() |
Map<String,String> |
getProperties() |
String |
getType() |
int |
hashCode() |
String |
toString() |
compareTo, getHref, getNameclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetHref, getNamecompareToprotected final String description
protected final ReferenceType entity
public CatalogItemImpl(String name, URI id, String description, ReferenceType computeOptions, ReferenceType customizationOptions, ReferenceType entity, Map<String,String> properties)
public String getType()
getType in interface ReferenceTypegetType in class ReferenceTypeImplVCloudMediaTypepublic ReferenceType getEntity()
getEntity in interface CatalogItempublic String getDescription()
getDescription in interface CatalogItempublic Map<String,String> getProperties()
getProperties in interface CatalogItempublic ReferenceType getComputeOptions()
getComputeOptions in interface CatalogItempublic ReferenceType getCustomizationOptions()
getCustomizationOptions in interface CatalogItempublic String toString()
toString in class ReferenceTypeImplpublic int hashCode()
hashCode in class ReferenceTypeImplpublic boolean equals(Object obj)
equals in class ReferenceTypeImplCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.