|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectclarion.acs.wm.WMItem
Field Summary | |
protected Chunk |
chunk
the chunk stored in this slot. |
protected boolean |
flag
indicates if it is a flag item. |
Constructor Summary | |
WMItem(boolean flag,
Chunk chunk)
concstructor. |
Method Summary | |
java.lang.Object |
clone()
methods from class Object |
Chunk |
getChunk()
Returns the chunk storeed. |
boolean |
isFlagItem()
Returns if it is a flag item. |
void |
setChunk(Chunk chunk)
Sets chunk into this slot. |
void |
setFlag(boolean val)
Sets the flag indicating it is a flag item or not. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected boolean flag
protected Chunk chunk
Constructor Detail |
public WMItem(boolean flag, Chunk chunk)
flag
- the flag indicates it is a flag item or not.chunk
- the chunk to store into this slot.Method Detail |
public boolean isFlagItem()
public Chunk getChunk()
public void setFlag(boolean val)
public void setChunk(Chunk chunk)
chunk
- the chunk to store into this slot.public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |