public class CatalogItemImpl extends ReferenceTypeImpl implements CatalogItem
| Constructor and Description |
|---|
CatalogItemImpl(String name,
URI id,
String description,
ReferenceType entity,
Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
ReferenceType |
getEntity() |
Map<String,String> |
getProperties() |
String |
getType() |
int |
hashCode() |
String |
toString() |
compareTo, getHref, getName, stringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetHref, getNamecompareTopublic 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 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.