|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.centrasite.appl.framework.parser.CSAppConceptCollectionRefInfo
public class CSAppConceptCollectionRefInfo
A common interface for CSAppConceptRefInfo
, and
CSAppTaxonomyRefInfo
, which share the property to
have child concept lists.
Method Summary | |
---|---|
boolean |
add(CSAppConceptRefInfo pConceptRef)
Adds a new child concept. |
java.util.Collection<CSAppConceptRefInfo> |
getChildConcepts()
Returns the collection of child concepts. |
boolean |
isCachingChilds()
Returns, whether caching the child list is required. |
void |
setCachingChilds(boolean pCachingChilds)
Sets, whether caching the child list is required. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean add(CSAppConceptRefInfo pConceptRef)
public boolean isCachingChilds()
public void setCachingChilds(boolean pCachingChilds)
public java.util.Collection<CSAppConceptRefInfo> getChildConcepts()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |