org.jclouds.trmk.vcloud_0_8.compute.domain
Class OrgAndName

java.lang.Object
  extended by org.jclouds.trmk.vcloud_0_8.compute.domain.OrgAndName

public class OrgAndName
extends Object

Author:
Adrian Cole

Field Summary
protected  String name
           
protected  URI org
           
 
Constructor Summary
OrgAndName(URI org, String name)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
           
 URI getOrg()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

org

protected final URI org

name

protected final String name
Constructor Detail

OrgAndName

public OrgAndName(URI org,
                  String name)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

getOrg

public URI getOrg()

getName

public String getName()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.