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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getHref, getName
compareTo
public String getType()
getType
in interface ReferenceType
getType
in class ReferenceTypeImpl
VCloudMediaType
public ReferenceType getEntity()
getEntity
in interface CatalogItem
public String getDescription()
getDescription
in interface CatalogItem
public Map<String,String> getProperties()
getProperties
in interface CatalogItem
public String toString()
toString
in class ReferenceTypeImpl
public int hashCode()
hashCode
in class ReferenceTypeImpl
public boolean equals(Object obj)
equals
in class ReferenceTypeImpl
Copyright © 2009-2012 jclouds. All Rights Reserved.