org.lexevs.dao.database.service.codednodegraph.model
Class CountConceptReference
java.lang.Object
org.LexGrid.LexBIG.DataModel.Core.CodedNodeReference
org.LexGrid.LexBIG.DataModel.Core.ConceptReference
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
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 |
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)
getChildCount
public int getChildCount()
setChildCount
public void setChildCount(int childCount)