org.jclouds.trmk.vcloud_0_8.domain
Class Subnet

java.lang.Object
  extended by org.jclouds.trmk.vcloud_0_8.domain.Subnet
All Implemented Interfaces:
Comparable<Subnet>

public class Subnet
extends Object
implements Comparable<Subnet>

Author:
Seshu Pasam

Constructor Summary
Subnet(URI href, String name)
           
 
Method Summary
 int compareTo(Subnet that)
           
 boolean equals(Object obj)
           
 URI getHref()
           
 String getName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Subnet

public Subnet(URI href,
              String name)
Method Detail

compareTo

public int compareTo(Subnet that)
Specified by:
compareTo in interface Comparable<Subnet>

getHref

public URI getHref()

getName

public String getName()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.