fi.cs.helsinki.ohtur6.reportmanagement.bowlingreport
Class BowlingResultListing

java.lang.Object
  |
  +--fi.cs.helsinki.ohtur6.reportmanagement.ResultListing
        |
        +--fi.cs.helsinki.ohtur6.reportmanagement.bowlingreport.BowlingResultListing

public class BowlingResultListing
extends ResultListing

Author:
Ohtur6 The class provides result listing for bowling game

Constructor Summary
BowlingResultListing()
           
 
Method Summary
protected  java.lang.String getScoreList()
          (non-Javadoc) returns the String representation of the results
 
Methods inherited from class fi.cs.helsinki.ohtur6.reportmanagement.ResultListing
getFooter, getHeader, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BowlingResultListing

public BowlingResultListing()
Method Detail

getScoreList

protected java.lang.String getScoreList()
(non-Javadoc) returns the String representation of the results

Overrides:
getScoreList in class ResultListing
Returns:
Scorelist

(c) ohtuR6