org.jclouds.rimuhosting.miro.domain
Class Image

java.lang.Object
  extended by org.jclouds.rimuhosting.miro.domain.Image
All Implemented Interfaces:
Comparable<Image>

public class Image
extends Object
implements Comparable<Image>

Image object.

Author:
Ivan Meredith

Constructor Summary
Image()
           
 
Method Summary
 int compareTo(Image image)
           
 String getDescription()
           
 String getId()
           
 void setDescription(String description)
           
 void setId(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Image

public Image()
Method Detail

compareTo

public int compareTo(Image image)
Specified by:
compareTo in interface Comparable<Image>

getId

public String getId()

setId

public void setId(String id)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)


Copyright © 2009-2011 jclouds. All Rights Reserved.