public class SportCategory
extends java.lang.Object
Constructor and Description |
---|
SportCategory(java.lang.String text,
java.lang.Integer imageId,
double activityMET) |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getImageId() |
double |
getSportMET() |
java.lang.String |
getText() |
void |
setImageId(java.lang.Integer imageId) |
void |
setText(java.lang.String text) |