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

Quick Search    Search Deep

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

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

class PlayStat
extends java.lang.Object
implements java.io.Serializable

Record of all the major play statistics.


Field Summary
private  java.lang.String defender
           
private  java.lang.String playType
           
private  java.lang.String recipient
           
private  int recipientDist
           
 
Constructor Summary
PlayStat()
          Constructs an empty play statistical record.
PlayStat(java.lang.String aPlayType, java.lang.String aRecipient, int aRecipientDist, java.lang.String aDefender)
          Constructs a complete statistical record.
 
Method Summary
 java.lang.String getDefender()
          Gets the name of the defender.
 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

playType

private java.lang.String playType

recipient

private java.lang.String recipient

recipientDist

private int recipientDist

defender

private java.lang.String defender
Constructor Detail

PlayStat

public PlayStat()
Constructs an empty play statistical record.


PlayStat

public PlayStat(java.lang.String aPlayType,
                java.lang.String aRecipient,
                int aRecipientDist,
                java.lang.String aDefender)
Constructs a complete statistical record.

Method Detail

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.