|
|||||||||
| Home >> All >> com >> pepperview >> [ romzinger overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.pepperview.romzinger
Class ROMDesc

java.lang.Objectcom.pepperview.romzinger.ROMDesc
- Direct Known Subclasses:
- ROM
- public class ROMDesc
- extends java.lang.Object
A class to describe a ROM
| Field Summary | |
private long |
crc
|
private java.util.Vector |
games
|
private java.lang.String |
name
|
private int |
size
|
| Constructor Summary | |
ROMDesc()
Constructor for the ROMDesc object |
|
| Method Summary | |
void |
addGame(GameDesc game)
Adds a feature to the Game attribute of the ROMDesc object |
long |
getCrc()
Gets the Crc attribute of the ROMDesc object |
java.util.Enumeration |
getGames()
Gets the Games attribute of the ROMDesc object |
java.lang.String |
getName()
Gets the Name attribute of the ROMDesc object |
int |
getSize()
Gets the Size attribute of the ROMDesc object |
void |
setCrc(long crc)
Sets the Crc attribute of the ROMDesc object |
void |
setName(java.lang.String name)
Sets the Name attribute of the ROMDesc object |
void |
setSize(int size)
Sets the Size attribute of the ROMDesc object |
java.lang.String |
toString()
Description of the Method |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
name
private java.lang.String name
crc
private long crc
size
private int size
games
private java.util.Vector games
| Constructor Detail |
ROMDesc
public ROMDesc()
- Constructor for the ROMDesc object
- Since:
| Method Detail |
setName
public void setName(java.lang.String name)
- Sets the Name attribute of the ROMDesc object
- Since:
setCrc
public void setCrc(long crc)
- Sets the Crc attribute of the ROMDesc object
- Since:
setSize
public void setSize(int size)
- Sets the Size attribute of the ROMDesc object
- Since:
getName
public java.lang.String getName()
- Gets the Name attribute of the ROMDesc object
- Since:
getCrc
public long getCrc()
- Gets the Crc attribute of the ROMDesc object
- Since:
getSize
public int getSize()
- Gets the Size attribute of the ROMDesc object
- Since:
getGames
public java.util.Enumeration getGames()
- Gets the Games attribute of the ROMDesc object
- Since:
toString
public java.lang.String toString()
- Description of the Method
- Since:
addGame
public void addGame(GameDesc game)
- Adds a feature to the Game attribute of the ROMDesc object
- Since:
|
|||||||||
| Home >> All >> com >> pepperview >> [ romzinger overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.pepperview.romzinger.ROMDesc