org.jclouds.dmtf.ovf.internal
Class BaseVirtualSystem

java.lang.Object
  extended by org.jclouds.dmtf.ovf.SectionType
      extended by org.jclouds.dmtf.ovf.internal.BaseVirtualSystem
Direct Known Subclasses:
VirtualSystem

public abstract class BaseVirtualSystem
extends SectionType

Author:
Adrian Cole

Nested Class Summary
static class BaseVirtualSystem.Builder<B extends BaseVirtualSystem.Builder<B>>
           
 
Constructor Summary
protected BaseVirtualSystem()
           
protected BaseVirtualSystem(BaseVirtualSystem.Builder<?> builder)
           
 
Method Summary
 boolean equals(Object obj)
           
 Set<SectionType> getAdditionalSections()
           
 String getId()
           
 String getName()
           
 Set<ProductSection> getProductSections()
          Specifies product-information for a package, such as product name and version, along with a set of properties that can be configured
 int hashCode()
           
protected  com.google.common.base.Objects.ToStringHelper string()
           
 
Methods inherited from class org.jclouds.dmtf.ovf.SectionType
getInfo, isRequired, setInfo, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BaseVirtualSystem

protected BaseVirtualSystem(BaseVirtualSystem.Builder<?> builder)

BaseVirtualSystem

protected BaseVirtualSystem()
Method Detail

getId

public String getId()

getName

public String getName()

getProductSections

public Set<ProductSection> getProductSections()
Specifies product-information for a package, such as product name and version, along with a set of properties that can be configured


getAdditionalSections

public Set<SectionType> getAdditionalSections()

hashCode

public int hashCode()
Overrides:
hashCode in class SectionType

equals

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

string

protected com.google.common.base.Objects.ToStringHelper string()
Overrides:
string in class SectionType


Copyright © 2009-2012 jclouds. All Rights Reserved.