|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Set of darts used by a player during a game.
DartsSet objects have reference semantics.
Method Summary | |
java.lang.String |
getBrand()
Returns the darts set brand name. |
java.lang.String |
getName()
Return the name of the darts set. |
java.lang.String |
getSpec()
Get a product specification for this darts set. |
int |
getWeight()
Returns the weight of a dart of this darts set in grams. |
Methods inherited from interface org.dartra.framework.Persistent |
getId, setId |
Method Detail |
public java.lang.String getSpec()
Get a product specification for this darts set. This could be a manufacturer code, a model year, a grip type, or anything else to uniquely identify the darts set.
public java.lang.String getName()
Return the name of the darts set.
public java.lang.String getBrand()
Returns the darts set brand name.
public int getWeight()
Returns the weight of a dart of this darts set in grams.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |