org.jclouds.vcloud.director.v1_5.domain
Class Catalog

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.domain.Resource
      extended by org.jclouds.vcloud.director.v1_5.domain.Entity
          extended by org.jclouds.vcloud.director.v1_5.domain.Catalog
Direct Known Subclasses:
AdminCatalog

public class Catalog
extends Entity

Container for references to VAppTemplate and Media objects.

 <complexType name="CatalogType" />
 

Author:
danikov

Nested Class Summary
static class Catalog.Builder<B extends Catalog.Builder<B>>
           
 
Field Summary
 
Fields inherited from class org.jclouds.vcloud.director.v1_5.domain.Resource
logger
 
Constructor Summary
protected Catalog()
           
protected Catalog(Catalog.Builder<?> builder)
           
 
Method Summary
static Catalog.Builder<?> builder()
           
 boolean equals(Object o)
           
 Set<Reference> getCatalogItems()
          Gets the value of the catalogItems property.
 Owner getOwner()
          Gets the value of the owner property.
 int hashCode()
           
 Boolean isPublished()
          Gets the value of the isPublished property.
 com.google.common.base.Objects.ToStringHelper string()
           
 Catalog.Builder<?> toBuilder()
           
 
Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.Entity
clone, getDescription, getId, getName, getTasks, setDescription, setName
 
Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.Resource
getHref, getLinks, getType, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Catalog

protected Catalog(Catalog.Builder<?> builder)

Catalog

protected Catalog()
Method Detail

builder

public static Catalog.Builder<?> builder()

toBuilder

public Catalog.Builder<?> toBuilder()
Overrides:
toBuilder in class Entity

getOwner

public Owner getOwner()
Gets the value of the owner property.


getCatalogItems

public Set<Reference> getCatalogItems()
Gets the value of the catalogItems property.


isPublished

public Boolean isPublished()
Gets the value of the isPublished property.


equals

public boolean equals(Object o)
Overrides:
equals in class Entity

hashCode

public int hashCode()
Overrides:
hashCode in class Entity

string

public com.google.common.base.Objects.ToStringHelper string()
Overrides:
string in class Entity


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.