org.jclouds.slicehost.domain
Class Image

java.lang.Object
  extended by org.jclouds.slicehost.domain.Image

public class Image
extends Object

Author:
Adrian Cole

Constructor Summary
Image(int id, String name)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getId()
           
 String getName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Image

public Image(int id,
             String name)
Method Detail

getId

public int getId()
Returns:
id of the image

getName

public String getName()
Returns:
Example: Ubuntu 8.04 LTS (hardy)

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.