|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.starhope.appius.util.SimpleDataRecord<RoomLayer>
org.starhope.appius.game.RoomLayer
public class RoomLayer
WRITEME: Document this type.
Field Summary | |
---|---|
private String |
filename
WRITEME: Document this brpocock@star-hope.org |
private String |
identifier
WRITEME: Document this brpocock@star-hope.org |
private RoomLayerKind |
kind
WRITEME: Document this brpocock@star-hope.org |
private Room |
myRoom
WRITEME |
private static long |
serialVersionUID
Java Serialisation Unique ID |
private double |
stackingOrder
WRITEME: Document this brpocock@star-hope.org |
Fields inherited from class org.starhope.appius.util.SimpleDataRecord |
---|
myLoader, timeLastChanged, timeLastSaved |
Constructor Summary | |
---|---|
RoomLayer(RecordLoader<RoomLayer> loader)
WRITEME: Document this constructor brpocock@star-hope.org |
Method Summary | |
---|---|
int |
getCacheableID()
Note that all records must have either a numeric ID ( DataRecord.getCacheableID() or a string identifier (
DataRecord.getCacheableIdent() or both. |
String |
getCacheableIdent()
Note that all records must have either a numeric ID ( DataRecord.getCacheableID() or a string identifier (
DataRecord.getCacheableIdent() or both. |
String |
getFilename()
|
String |
getIdentifier()
|
RoomLayerKind |
getKind()
|
Room |
getRoom()
|
double |
getStackingOrder()
|
String |
getSubversionRevision()
Return the Subversion revision level of this class's source code file, as supplied via the special "$Rev: " sequence. |
void |
setFilename(String newFilename)
|
void |
setIdentifier(String newIdentifier)
|
void |
setKind(RoomLayerKind newKind)
|
void |
setRoom(Room room)
|
Methods inherited from class org.starhope.appius.util.SimpleDataRecord |
---|
changed, checkStale, compareTo, equals, finalize, getRecordLoader, getTimeLastChanged, getTimeLastSaved, hashCode, isBeingLoaded, markAsLoaded, markAsSaved, markForReload, onRemove, onRetrieve, onStore, save, setRecordLoader, toString |
Methods inherited from class java.lang.Object |
---|
clone, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private String filename
private String identifier
private RoomLayerKind kind
private final double stackingOrder
private Room myRoom
Constructor Detail |
---|
public RoomLayer(RecordLoader<RoomLayer> loader)
loader
- WRITEMEMethod Detail |
---|
public int getCacheableID() throws NotFoundException
DataRecord
DataRecord.getCacheableID()
or a string identifier (
DataRecord.getCacheableIdent()
or both.
NotFoundException
- if the item doesn't have a distinct
numeric IDDataRecord.getCacheableID()
public String getCacheableIdent() throws NotFoundException
DataRecord
DataRecord.getCacheableID()
or a string identifier (
DataRecord.getCacheableIdent()
or both.
NotFoundException
- if the item doesn't have a distinct
string identifierDataRecord.getCacheableIdent()
public String getFilename()
public String getIdentifier()
public RoomLayerKind getKind()
public Room getRoom()
public double getStackingOrder()
public String getSubversionRevision()
HasSubversionRevision
Return the Subversion revision level of this class's source code file, as supplied via the special "$Rev: " sequence.
As an example,the Subversion revision string for this file is "$Rev: 1968 $"
@Override public String getSubversionRevision () { return "$Rev: "; }
HasSubversionRevision.getSubversionRevision()
public void setFilename(String newFilename)
newFilename
- the filename to setpublic void setIdentifier(String newIdentifier)
newIdentifier
- the identifier to setpublic void setKind(RoomLayerKind newKind)
newKind
- the kind to setpublic void setRoom(Room room)
room
- the myRoom to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |