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

Quick Search    Search Deep

org.fenceui.beans
Class FencerList  view FencerList download FencerList.java

java.lang.Object
  extended byorg.fenceui.beans.FencerList

public class FencerList
extends java.lang.Object

Description of the Class


Field Summary
(package private)  java.util.List fencerList
           
(package private)  int index
           
 
Constructor Summary
FencerList(java.util.List fencerList)
          Constructor for the FencerList object
 
Method Summary
 java.lang.String getBirthDate()
          Gets the birthDate attribute of the FencerList object
 java.lang.String getClub()
          Gets the club attribute of the FencerList object
 java.lang.String getCountry()
          Gets the country attribute of the FencerList object
 org.fencedb.base.Fencer getFencer()
          Gets the fencer attribute of the FencerList object
 java.lang.String getFirstName()
          Gets the firstName attribute of the FencerList object
 java.lang.String getLastName()
          Gets the lastName attribute of the FencerList object
 int getSize()
          Gets the size attribute of the FencerList object
 void setIndex(int index)
          Sets the index attribute of the FencerList object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fencerList

java.util.List fencerList

index

int index
Constructor Detail

FencerList

public FencerList(java.util.List fencerList)
Constructor for the FencerList object

Method Detail

getSize

public int getSize()
Gets the size attribute of the FencerList object


setIndex

public void setIndex(int index)
Sets the index attribute of the FencerList object


getFencer

public org.fencedb.base.Fencer getFencer()
Gets the fencer attribute of the FencerList object


getFirstName

public java.lang.String getFirstName()
Gets the firstName attribute of the FencerList object


getLastName

public java.lang.String getLastName()
Gets the lastName attribute of the FencerList object


getCountry

public java.lang.String getCountry()
Gets the country attribute of the FencerList object


getClub

public java.lang.String getClub()
Gets the club attribute of the FencerList object


getBirthDate

public java.lang.String getBirthDate()
Gets the birthDate attribute of the FencerList object