public class Flavor extends Object
Flavor(int id, String name, int price, int ram)
boolean
equals(Object obj)
int
getId()
String
getName()
getPrice()
getRam()
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Flavor(int id, String name, int price, int ram)
public int getId()
public String getName()
public int getPrice()
public int getRam()
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
Copyright © 2009-2012 jclouds. All Rights Reserved.