public class Grade
extends Object
implements Serializable
| 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 Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object