org.jclouds.servermanager
Class Image

java.lang.Object
  extended by org.jclouds.servermanager.Image

public class Image
extends Object

This would be replaced with the real java object related to the underlying image

Author:
Adrian Cole

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

Field Detail

id

public int id

name

public String name
Constructor Detail

Image

public Image(int id,
             String name)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.