|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectDbStorage.manager.PhysicalLabeledSSD
This class represents a pair formed of a PhysicalID
and a string label
Nested Class Summary | |
static class |
PhysicalLabeledSSD.ByIDComparator
This class is used to compare two PhysicalLabeledSSD s
using their ID component first and their label component second. |
static class |
PhysicalLabeledSSD.ByLabelComparator
This class is used to compare two PhysicalLabeledSSD s
using their label component first and their ID component second. |
Constructor Summary | |
PhysicalLabeledSSD()
Constructs PhysicalLabeledSSD with null components. |
|
PhysicalLabeledSSD(java.lang.String label,
PhysicalID id)
Constructs PhysicalLabeledSSD with specified components. |
Method Summary | |
PhysicalID |
getID()
Returns the ID component. |
java.lang.String |
getLabel()
Returns the label component. |
ssdbms.ssd.LabeledSSD |
getLabeledSSD()
Returns a LabeledSSD from this. |
void |
setID(PhysicalID id)
Sets the ID component. |
void |
setLabel(java.lang.String label)
Sets the label component. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PhysicalLabeledSSD()
PhysicalLabeledSSD
with null components.
public PhysicalLabeledSSD(java.lang.String label, PhysicalID id)
PhysicalLabeledSSD
with specified components.
Method Detail |
public ssdbms.ssd.LabeledSSD getLabeledSSD()
LabeledSSD
from this.
public java.lang.String getLabel()
public PhysicalID getID()
public void setLabel(java.lang.String label)
public void setID(PhysicalID id)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |