public class Item
| Constructor and Description |
|---|
Item(int item,
int length,
int resolution,
java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
int |
component1() |
int |
component2() |
int |
component3() |
java.lang.String |
component4() |
Item |
copy(int item,
int length,
int resolution,
java.lang.String value) |
boolean |
equals(java.lang.Object p) |
java.lang.String |
getFormattedValue() |
int |
getItem() |
int |
getLength() |
int |
getResolution() |
java.lang.String |
getValue() |
int |
hashCode() |
void |
setValue(java.lang.String p) |
java.lang.String |
toString() |
public java.lang.String getFormattedValue()
public int getItem()
public int getLength()
public int getResolution()
public java.lang.String getValue()
public void setValue(java.lang.String p)
public int component1()
public int component2()
public int component3()
public java.lang.String component4()
public Item copy(int item, int length, int resolution, java.lang.String value)
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)