public class PartCellValue extends java.lang.Object implements java.lang.Comparable<PartCellValue>
| Constructor and Description |
|---|
PartCellValue(java.lang.String partID)
When set, the toString() method will show the units contained within the Length instead of
converting to the system units.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareRefName(java.lang.String s1,
java.lang.String s2) |
int |
compareTo(PartCellValue other) |
java.lang.String |
getPartID() |
void |
setPartID(java.lang.String partID) |
java.lang.String |
toString() |
public PartCellValue(java.lang.String partID)
public java.lang.String getPartID()
public void setPartID(java.lang.String partID)
public java.lang.String toString()
toString in class java.lang.Objectpublic int compareRefName(java.lang.String s1,
java.lang.String s2)
public int compareTo(PartCellValue other)
compareTo in interface java.lang.Comparable<PartCellValue>