org.jclouds.trmk.vcloud_0_8.domain.internal
Class VAppTemplateImpl

java.lang.Object
  extended by org.jclouds.trmk.vcloud_0_8.domain.internal.ReferenceTypeImpl
      extended by org.jclouds.trmk.vcloud_0_8.domain.internal.VAppTemplateImpl
All Implemented Interfaces:
Comparable<ReferenceType>, ReferenceType, VAppTemplate

public class VAppTemplateImpl
extends ReferenceTypeImpl
implements VAppTemplate

Author:
Adrian Cole

Constructor Summary
VAppTemplateImpl(String name, URI id, String description, Status status)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
           
 Status getStatus()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class org.jclouds.trmk.vcloud_0_8.domain.internal.ReferenceTypeImpl
compareTo, getHref, getName, getType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jclouds.trmk.vcloud_0_8.domain.ReferenceType
getHref, getName, getType
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

VAppTemplateImpl

public VAppTemplateImpl(String name,
                        URI id,
                        @Nullable
                        String description,
                        @Nullable
                        Status status)
Method Detail

getDescription

public String getDescription()
Specified by:
getDescription in interface VAppTemplate

getStatus

public Status getStatus()
Specified by:
getStatus in interface VAppTemplate

hashCode

public int hashCode()
Overrides:
hashCode in class ReferenceTypeImpl

equals

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

toString

public String toString()
Overrides:
toString in class ReferenceTypeImpl


Copyright © 2009-2012 jclouds. All Rights Reserved.