org.jclouds.vcloud.terremark.domain.internal
Class TerremarkCatalogItemImpl

java.lang.Object
  extended by org.jclouds.vcloud.domain.internal.ReferenceTypeImpl
      extended by org.jclouds.vcloud.domain.internal.CatalogItemImpl
          extended by org.jclouds.vcloud.terremark.domain.internal.TerremarkCatalogItemImpl
All Implemented Interfaces:
Comparable<ReferenceType>, CatalogItem, ReferenceType, TerremarkCatalogItem

public class TerremarkCatalogItemImpl
extends CatalogItemImpl
implements TerremarkCatalogItem

Author:
Adrian Cole

Constructor Summary
TerremarkCatalogItemImpl(String name, URI id, String description, ReferenceType computeOptions, ReferenceType customizationOptions, ReferenceType entity, Map<String,String> properties)
           
 
Method Summary
 boolean equals(Object obj)
           
 ReferenceType getComputeOptions()
           
 ReferenceType getCustomizationOptions()
           
 int hashCode()
           
 
Methods inherited from class org.jclouds.vcloud.domain.internal.CatalogItemImpl
getDescription, getEntity, getProperties, getType, toString
 
Methods inherited from class org.jclouds.vcloud.domain.internal.ReferenceTypeImpl
compareTo, getHref, getName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jclouds.vcloud.domain.CatalogItem
getDescription, getEntity, getProperties
 
Methods inherited from interface org.jclouds.vcloud.domain.ReferenceType
getHref, getName, getType
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

TerremarkCatalogItemImpl

public TerremarkCatalogItemImpl(String name,
                                URI id,
                                String description,
                                ReferenceType computeOptions,
                                ReferenceType customizationOptions,
                                ReferenceType entity,
                                Map<String,String> properties)
Method Detail

getComputeOptions

public ReferenceType getComputeOptions()
Specified by:
getComputeOptions in interface TerremarkCatalogItem

getCustomizationOptions

public ReferenceType getCustomizationOptions()
Specified by:
getCustomizationOptions in interface TerremarkCatalogItem

hashCode

public int hashCode()
Overrides:
hashCode in class CatalogItemImpl

equals

public boolean equals(Object obj)
Overrides:
equals in class CatalogItemImpl


Copyright © 2009-2010 jclouds. All Rights Reserved.