org.jclouds.rimuhosting.miro.domain
Class Image
java.lang.Object
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()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Image
public Image()
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.