atavism.agis.objects
Class Graveyard
java.lang.Object
atavism.agis.objects.Graveyard
- All Implemented Interfaces:
- java.io.Serializable
public class Graveyard
- extends java.lang.Object
- implements java.io.Serializable
Defines what is required to and what is rewarded for completing an achievement. Contains a criteria
sub class that defines what is needed to complete the achievement.
- Author:
- Andrew
- See Also:
- Serialized Form
Constructor Summary |
Graveyard()
|
Graveyard(int id,
java.lang.String name,
Point loc,
int factionReq,
int factionRepReq)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Graveyard
public Graveyard()
Graveyard
public Graveyard(int id,
java.lang.String name,
Point loc,
int factionReq,
int factionRepReq)
getID
public int getID()
setID
public void setID(int id)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getLoc
public Point getLoc()
setLoc
public void setLoc(Point loc)
getFactionReq
public int getFactionReq()
setFactionReq
public void setFactionReq(int factionReq)
getFactionRepReq
public int getFactionRepReq()
setFactionRepReq
public void setFactionRepReq(int factionRepReq)