org.dartra.framework
Interface DartsSet

All Superinterfaces:
Persistent
All Known Implementing Classes:
StandardDartsSet

public interface DartsSet
extends Persistent

Set of darts used by a player during a game.

DartsSet objects have reference semantics.

Author:
Erwin Vervaet

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

getSpec

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.


getName

public java.lang.String getName()

Return the name of the darts set.


getBrand

public java.lang.String getBrand()

Returns the darts set brand name.


getWeight

public int getWeight()

Returns the weight of a dart of this darts set in grams.