public class CatalogImpl extends LinkedHashMap<String,ReferenceType> implements Catalog
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CatalogImpl(String name,
String type,
URI href,
String description,
Map<String,ReferenceType> contents) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ReferenceType o) |
boolean |
equals(Object obj) |
String |
getDescription()
optional description
|
URI |
getHref() |
String |
getName() |
String |
getType() |
int |
hashCode() |
clear, containsValue, get, removeEldestEntryclone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, valuestoStringpublic URI getHref()
getHref in interface ReferenceTypepublic String getName()
getName in interface ReferenceTypepublic String getDescription()
getDescription in interface Catalogpublic String getType()
getType in interface ReferenceTypeVCloudMediaTypepublic int hashCode()
hashCode in interface Map<String,ReferenceType>hashCode in class AbstractMap<String,ReferenceType>public boolean equals(Object obj)
equals in interface Map<String,ReferenceType>equals in class AbstractMap<String,ReferenceType>public int compareTo(ReferenceType o)
compareTo in interface Comparable<ReferenceType>Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.