wt.epm.upload
Class CacheDocument.CacheFamilyTableCell

java.lang.Object
  extended bywt.epm.upload.CacheObject
      extended bywt.epm.upload.CacheDocument.CacheFamilyTableCell
All Implemented Interfaces:
CacheObjectOwner
Enclosing class:
CacheDocument

public class CacheDocument.CacheFamilyTableCell
extends CacheObject


Field Summary
 
Fields inherited from class wt.epm.upload.CacheObject
 
Constructor Summary
CacheDocument.CacheFamilyTableCell(CacheObjectOwner owner, EPMFamilyTableCell cell)
           
 
Method Summary
 void dump(PrintStream out, String shift)
           
protected  String getDisplayName()
           
 EPMFamilyTableCell getFamilyTableCell()
           
 
Methods inherited from class wt.epm.upload.CacheObject
cacheCollection, cacheObject, checkModifiability, checkModifiability, clearStatus, delete, equals, getAttributeNames, getCache, getCacheId, getObjectIdentifier, getPersistableObject, getStatusAsString, hashCode, isCreated, isDeleted, isHasAttributeDefinition, isMarkedAsCreated, isMarkedAsModified, isMarkedForDeletion, isModified, isPersisted, isStatusSet, markAsCreated, markAsModified, markAsModified, markForDeletion, markForDeletion, markForDeletion, prepareCreating, prepareDeleting, prepareUpdating, refresh, release, releaseChildObject, releaseCollection, releaseMap, releaseObject, removeValueFromMap, save, setMarkedAsCreated, setMarkedAsModified, setMarkedForDeletion, setPersistableObject, setStatus, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CacheDocument.CacheFamilyTableCell

public CacheDocument.CacheFamilyTableCell(CacheObjectOwner owner,
                                          EPMFamilyTableCell cell)
                                   throws WTException
Method Detail

getFamilyTableCell

public EPMFamilyTableCell getFamilyTableCell()

getDisplayName

protected String getDisplayName()
Overrides:
getDisplayName in class CacheObject

dump

public void dump(PrintStream out,
                 String shift)
          throws WTException
Overrides:
dump in class CacheObject
Throws:
WTException