public class Grade
extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName()
Gets the name portion of a specific grade as it would appear
on a full part name suffix.
|
String |
getSpeedGrade()
Gets just the speed grade portion of the part.
|
String |
getTemperatureGrade()
Gets just the temperature grade portion of the part.
|
int |
hashCode() |
String |
toString() |
public String getName()
public String getSpeedGrade()
public String getTemperatureGrade()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object