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

Quick Search    Search Deep

com.pepperview.romzinger
Class ROM  view ROM download ROM.java

java.lang.Object
  extended bycom.pepperview.romzinger.ROMDesc
      extended bycom.pepperview.romzinger.ROM

public class ROM
extends ROMDesc

A class to represent a real ROM in the filesystem.


Field Summary
private  boolean useless
           
 
Fields inherited from class com.pepperview.romzinger.ROMDesc
 
Constructor Summary
ROM()
           
 
Method Summary
 boolean getUseless()
          Gets the Useless attribute of the ROM object
 void setUseless(boolean useless)
          Sets the Useless attribute of the ROM object
 
Methods inherited from class com.pepperview.romzinger.ROMDesc
addGame, getCrc, getGames, getName, getSize, setCrc, setName, setSize, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

useless

private boolean useless
Constructor Detail

ROM

public ROM()
Method Detail

setUseless

public void setUseless(boolean useless)
Sets the Useless attribute of the ROM object

Since:

getUseless

public boolean getUseless()
Gets the Useless attribute of the ROM object

Since: