public class Instance extends Object implements Comparable<Instance>
Constructor and Description |
---|
Instance() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Instance other) |
String |
getId() |
double |
getMonthlyCost() |
String |
getName() |
String |
getSize() |
int |
getStartIndex() |
String |
getState() |
int |
getStopIndex() |
Map<String,String> |
getTags() |
void |
setId(String id) |
void |
setMonthlyCost(double monthlyCost) |
void |
setName(String name) |
void |
setSize(String size) |
void |
setStartIndex(int startIndex) |
void |
setState(String state) |
void |
setStopIndex(int stopIndex) |
void |
setTags(Map<String,String> tags) |
public Instance()
public int compareTo(Instance other)
compareTo
in interface Comparable<Instance>
public int getStartIndex()
public void setStartIndex(int startIndex)
public int getStopIndex()
public void setStopIndex(int stopIndex)
public double getMonthlyCost()
public void setMonthlyCost(double monthlyCost)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.