net.japanesechess.psn
Class PsnFile

java.lang.Object
  extended by net.japanesechess.psn.PsnFile

public class PsnFile
extends java.lang.Object


Field Summary
(package private)  java.io.File location
           
(package private)  java.util.ArrayList<ShogiRecord> records
           
 
Constructor Summary
PsnFile()
           
 
Method Summary
 java.io.File getLocation()
           
 java.util.ArrayList<ShogiRecord> getRecords()
           
 void setLocation(java.io.File location)
           
 void setRecords(java.util.ArrayList<ShogiRecord> records)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

location

java.io.File location

records

java.util.ArrayList<ShogiRecord> records
Constructor Detail

PsnFile

public PsnFile()
Method Detail

getLocation

public java.io.File getLocation()
Returns:
the location

setLocation

public void setLocation(java.io.File location)
Parameters:
location - the location to set

getRecords

public java.util.ArrayList<ShogiRecord> getRecords()
Returns:
the records

setRecords

public void setRecords(java.util.ArrayList<ShogiRecord> records)
Parameters:
records - the records to set