com.softwareag.centrasite.appl.framework.parser
Class CSAppConceptRefInfo

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.parser.CSAppConceptCollectionRefInfo
      extended by com.softwareag.centrasite.appl.framework.parser.CSAppConceptRefInfo

public class CSAppConceptRefInfo
extends CSAppConceptCollectionRefInfo

Holds information about an instance of CSAppConceptRef, which is being created.


Constructor Summary
CSAppConceptRefInfo(CSAppConceptRef pConceptRef)
          Creates a new instance.
 
Method Summary
 CSAppConceptRef getConceptRef()
          Returns the concept reference.
 
Methods inherited from class com.softwareag.centrasite.appl.framework.parser.CSAppConceptCollectionRefInfo
add, getChildConcepts, isCachingChilds, setCachingChilds
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSAppConceptRefInfo

public CSAppConceptRefInfo(CSAppConceptRef pConceptRef)
Creates a new instance.

Method Detail

getConceptRef

public CSAppConceptRef getConceptRef()
Returns the concept reference.