| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.activityspace.utils.CacheListItem
public class CacheListItem
This is a helper class for the cache list that stores activity spaces.
| Field Summary | |
|---|---|
 boolean | 
m_bIsFromGatewaySpace
true implies this space was opened from a gatewayed page  | 
 boolean | 
m_bIsSubSpace
true implies is a sub space  | 
 java.lang.String | 
m_strName
name of the cache item  | 
 java.lang.String | 
m_strParentSpaceID
the ID of the parent activity space  | 
| Constructor Summary | |
|---|---|
CacheListItem(java.lang.String strName,
              boolean bIsSubSpace,
              java.lang.String strParentSpaceID)
Creates a new CacheListItem object.  | 
|
| Method Summary | 
|---|
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public java.lang.String m_strName
public java.lang.String m_strParentSpaceID
public boolean m_bIsFromGatewaySpace
public boolean m_bIsSubSpace
| Constructor Detail | 
|---|
public CacheListItem(java.lang.String strName,
                     boolean bIsSubSpace,
                     java.lang.String strParentSpaceID)
strName - cache item namebIsSubSpace - true implies is a sub-spacestrParentSpaceID - the ID of the parent space
  | 
 | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||