public class CSAppConceptCollectionRefInfo
extends java.lang.Object
CSAppConceptRefInfo
, and
CSAppTaxonomyRefInfo
, which share the property to
have child concept lists.Modifier and Type | Method and Description |
---|---|
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.
|
public boolean add(CSAppConceptRefInfo pConceptRef)
pConceptRef
- The CSAppConceptRefInfo
instance indicating the concept to addtrue
, if the child concept list was altered. This is the case,
if there was no child concept with the same value before.public boolean isCachingChilds()
true
if the child list is cached and false
otherwisepublic void setCachingChilds(boolean pCachingChilds)
pCachingChilds
- If true
, the child list will be cachedpublic java.util.Collection<CSAppConceptRefInfo> getChildConcepts()
Collection
of child concepts as CSAppConceptRefInfo
instances