|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.camelspotting.jotl.NewGRF
public class NewGRF
This class represents any graphics requests.
Constructor Summary | |
---|---|
NewGRF(String id,
String md5Check)
Simpler constructor. |
|
NewGRF(String id,
String md5Check,
String name)
Simple constructor. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getId()
Getter for id. |
String |
getMD5Checksum()
Getter for MD5 checksum. |
String |
getName()
Getter for the graphic's name |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NewGRF(String id, String md5Check, String name)
id
- the graphic's IDmd5Check
- the graphic's MD5 checksumname
- the graphic's namepublic NewGRF(String id, String md5Check)
id
- the graphic's IDmd5Check
- the graphic's MD5 checksumMethod Detail |
---|
public String getName()
public String getId()
public String getMD5Checksum()
public String toString()
toString
in class Object
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |