com.fullspan.kat.domain.entity
Class KatCategory

java.lang.Object
  extended bycom.fullspan.kat.domain.entity.KatEntity
      extended bycom.fullspan.kat.domain.entity.KatEntry
          extended bycom.fullspan.kat.domain.entity.KatCategory

public class KatCategory
extends KatEntry

Version:
$Revision: 1.1 $, $Date: 2005/01/07 07:23:53 $
Author:
Mitch Stuart

Field Summary
 
Fields inherited from class com.fullspan.kat.domain.entity.KatEntry
CONTENT_MAX_LEN, ENTRY_LEVEL_MAX, ENTRY_PATH_ID_FORMATTER, ENTRY_PATH_PART_LEN, ENTRY_PATH_PART_SEPARATOR, ENTRY_TYPE_CATEGORY, ENTRY_TYPE_ITEM, ENTRY_TYPE_SET, ENTRY_TYPE_VALUES, m_computedVisibility, m_content, m_editTime, m_entryLevel, m_entryPath, m_entryType, m_name, m_ownerUser, m_ownerUserid, m_parentCatid, m_parentPath, m_visibility, NAME_MAX_LEN, NON_ROOT_VISIBILITY_OPTIONS, NON_ROOT_VISIBILITY_VALUES, ROOT_VISIBILITY_OPTIONS, ROOT_VISIBILITY_VALUES, VISIBILITY_INHERIT, VISIBILITY_PRIVATE, VISIBILITY_PUBLIC
 
Fields inherited from class com.fullspan.kat.domain.entity.KatEntity
PROPNAME_CREATE_TIME, PROPNAME_UPDATE_TIME, UPDATE_VERSION_UNSAVED
 
Constructor Summary
KatCategory()
           
 
Methods inherited from class com.fullspan.kat.domain.entity.KatEntry
computeAndSetEntryPath, computeEntryPath, formatIdForPath, getComputedVisibility, getContent, getEditTime, getEntryLevel, getEntryPath, getEntryType, getIsCategory, getIsCategoryNonRoot, getIsItem, getIsPersistentCatNonRoot, getIsPrivate, getIsRootCategory, getIsUserOwner, getName, getNonRootVisibilityOptions, getOwnerUser, getOwnerUserid, getParentCatid, getParentPath, getRootVisibilityOptions, getVisibility, getVisibilityOptions, isValidVisibility, newInstance, setComputedVisibility, setContent, setEditTime, setEntryLevel, setEntryPath, setEntryType, setName, setOwnerUser, setOwnerUserid, setParentCatid, setParentPath, setVisibility
 
Methods inherited from class com.fullspan.kat.domain.entity.KatEntity
getCreateTime, getId, getIsNew, getIsPersistent, getIsSameEntity, getUpdateTime, getUpdateVersion, setCreateTime, setId, setUpdateTime, setUpdateVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KatCategory

public KatCategory()