com.planet_ink.coffee_mud.Libraries
Class CMCatalog.RoomContentImpl

java.lang.Object
  extended by com.planet_ink.coffee_mud.Libraries.CMCatalog.RoomContentImpl
All Implemented Interfaces:
CatalogLibrary.RoomContent
Enclosing class:
CMCatalog

public static class CMCatalog.RoomContentImpl
extends java.lang.Object
implements CatalogLibrary.RoomContent


Constructor Summary
CMCatalog.RoomContentImpl(Physical P)
           
CMCatalog.RoomContentImpl(Physical P, Environmental E)
           
 
Method Summary
 boolean deleted()
           
 void flagDirty()
           
 Environmental holder()
           
 boolean isDirty()
           
 Physical P()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMCatalog.RoomContentImpl

public CMCatalog.RoomContentImpl(Physical P)

CMCatalog.RoomContentImpl

public CMCatalog.RoomContentImpl(Physical P,
                                 Environmental E)
Method Detail

P

public Physical P()
Specified by:
P in interface CatalogLibrary.RoomContent

flagDirty

public void flagDirty()
Specified by:
flagDirty in interface CatalogLibrary.RoomContent

holder

public Environmental holder()
Specified by:
holder in interface CatalogLibrary.RoomContent

isDirty

public boolean isDirty()
Specified by:
isDirty in interface CatalogLibrary.RoomContent

deleted

public boolean deleted()
Specified by:
deleted in interface CatalogLibrary.RoomContent