org.lexevs.dao.database.service.codednodegraph.model
Class CountConceptReference

java.lang.Object
  extended by org.LexGrid.LexBIG.DataModel.Core.CodedNodeReference
      extended by org.LexGrid.LexBIG.DataModel.Core.ConceptReference
          extended by org.lexevs.dao.database.service.codednodegraph.model.CountConceptReference
All Implemented Interfaces:
java.io.Serializable

public class CountConceptReference
extends ConceptReference

This class is used when I want to create a conceptReference that needs to also hold its child count

Version:
subversion $Revision: $ checked in on $Date: $
Author:
Pradip Kanjamala
See Also:
Serialized Form

Constructor Summary
CountConceptReference()
           
CountConceptReference(ConceptReference cr, int childCount)
           
CountConceptReference(java.lang.String codingScheme, java.lang.String namespace, java.lang.String conceptCode, int childCount)
           
 
Method Summary
 int getChildCount()
           
 void setChildCount(int childCount)
           
 
Methods inherited from class org.LexGrid.LexBIG.DataModel.Core.ConceptReference
getConceptCode, setConceptCode
 
Methods inherited from class org.LexGrid.LexBIG.DataModel.Core.CodedNodeReference
addEntityType, addEntityType, enumerateEntityType, getCode, getCodeNamespace, getCodingSchemeName, getEntityType, getEntityType, getEntityTypeCount, iterateEntityType, removeAllEntityType, removeEntityType, removeEntityTypeAt, setCode, setCodeNamespace, setCodingSchemeName, setEntityType, setEntityType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountConceptReference

public CountConceptReference()

CountConceptReference

public CountConceptReference(ConceptReference cr,
                             int childCount)

CountConceptReference

public CountConceptReference(java.lang.String codingScheme,
                             java.lang.String namespace,
                             java.lang.String conceptCode,
                             int childCount)
Method Detail

getChildCount

public int getChildCount()

setChildCount

public void setChildCount(int childCount)

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.