|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.japanesechess.psn.PsnFile
public class PsnFile
| 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 |
|---|
java.io.File location
java.util.ArrayList<ShogiRecord> records
| Constructor Detail |
|---|
public PsnFile()
| Method Detail |
|---|
public java.io.File getLocation()
public void setLocation(java.io.File location)
location - the location to setpublic java.util.ArrayList<ShogiRecord> getRecords()
public void setRecords(java.util.ArrayList<ShogiRecord> records)
records - the records to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||