Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.textflex.txtfl
Class PrimaryPlayStat  view PrimaryPlayStat download PrimaryPlayStat.java

java.lang.Object
  extended bycom.textflex.txtfl.PlayStat
      extended bycom.textflex.txtfl.PrimaryPlayStat
All Implemented Interfaces:
java.io.Serializable

class PrimaryPlayStat
extends PlayStat

Record of the play statistics common to and necessary for almost all plays. Adds the ball deliverer and delivery distance to the PlayStat


Field Summary
private  java.lang.String deliverer
           
private  int deliveryDist
           
 
Constructor Summary
PrimaryPlayStat(java.lang.String aPlayType, java.lang.String aDeliverer, int aDeliveryDist, java.lang.String aRecipient, int aRecipientDist, java.lang.String aDefender)
          Constructs the complete statistic.
 
Method Summary
 java.lang.String getDefender()
          Gets the name of the defender.
 java.lang.String getDeliverer()
          Gets the name of the ball deliverer.
 int getDeliveryDist()
          Gets the distance that the ball deliverer sends the ball.
 java.lang.String getPlayType()
          Gets the play type.
 java.lang.String getRecipient()
          Gets the name of the recipient.
 int getRecipientDist()
          Gets the distance that the recipient carried the ball.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

deliverer

private java.lang.String deliverer

deliveryDist

private int deliveryDist
Constructor Detail

PrimaryPlayStat

public PrimaryPlayStat(java.lang.String aPlayType,
                       java.lang.String aDeliverer,
                       int aDeliveryDist,
                       java.lang.String aRecipient,
                       int aRecipientDist,
                       java.lang.String aDefender)
Constructs the complete statistic.

Method Detail

getDeliverer

public java.lang.String getDeliverer()
Gets the name of the ball deliverer.


getDeliveryDist

public int getDeliveryDist()
Gets the distance that the ball deliverer sends the ball.


getPlayType

public java.lang.String getPlayType()
Gets the play type.


getRecipient

public java.lang.String getRecipient()
Gets the name of the recipient.


getRecipientDist

public int getRecipientDist()
Gets the distance that the recipient carried the ball.


getDefender

public java.lang.String getDefender()
Gets the name of the defender.