gov.nih.nci.evs.domain
Class DescLogicConcept

java.lang.Object
  extended by gov.nih.nci.evs.domain.DescLogicConcept
All Implemented Interfaces:
java.io.Serializable

public class DescLogicConcept
extends java.lang.Object
implements java.io.Serializable

The DescLogicConcept class represents the fundamental vocabulary entity in the NCI Thesaurus.

See Also:
Serialized Form

Constructor Summary
DescLogicConcept()
           
 
Method Summary
 java.util.Vector<Association> getAssociationCollection()
          Retreives the value of associationCollection attribue
 java.lang.String getCode()
          Retreives the value of code attribue
 EdgeProperties getEdgeProperties()
          Retreives the value of edgeProperties attribue
 java.lang.Boolean getHasChildren()
          Retreives the value of hasChildren attribue
 java.lang.Boolean getHasParents()
          Retreives the value of hasParents attribue
 HistoryRecord getHistoryRecord()
          Retreives the value of historyRecord attribue
 java.util.Vector<Association> getInverseAssociationCollection()
          Retreives the value of inverseAssociationCollection attribue
 java.util.Vector<Role> getInverseRoleCollection()
          Retreives the value of inverseRoleCollection attribue
 java.lang.Boolean getIsRetired()
          Retreives the value of isRetired attribue
 java.lang.String getName()
          Retreives the value of name attribue
 java.lang.Integer getNamespaceId()
          Retreives the value of namespaceId attribue
 java.util.Vector<Property> getPropertyCollection()
          Retreives the value of propertyCollection attribue
 java.util.Vector<Role> getRoleCollection()
          Retreives the value of roleCollection attribue
 java.util.Vector getSemanticTypeVector()
          Retreives the value of semanticTypeVector attribue
 TreeNode getTreeNode()
          Retreives the value of treeNode attribue
 Vocabulary getVocabulary()
          Retreives the value of vocabulary attribue
 void setAssociationCollection(java.util.Vector<Association> associationCollection)
          Sets the value of associationCollection attribue
 void setCode(java.lang.String code)
          Sets the value of code attribue
 void setEdgeProperties(EdgeProperties edgeProperties)
          Sets the value of edgeProperties attribue
 void setHasChildren(java.lang.Boolean hasChildren)
          Sets the value of hasChildren attribue
 void setHasParents(java.lang.Boolean hasParents)
          Sets the value of hasParents attribue
 void setHistoryRecord(HistoryRecord historyRecord)
          Sets the value of historyRecord attribue
 void setInverseAssociationCollection(java.util.Vector<Association> inverseAssociationCollection)
          Sets the value of inverseAssociationCollection attribue
 void setInverseRoleCollection(java.util.Vector<Role> inverseRoleCollection)
          Sets the value of inverseRoleCollection attribue
 void setIsRetired(java.lang.Boolean isRetired)
          Sets the value of isRetired attribue
 void setName(java.lang.String name)
          Sets the value of name attribue
 void setNamespaceId(java.lang.Integer namespaceId)
          Sets the value of namespaceId attribue
 void setPropertyCollection(java.util.Vector<Property> propertyCollection)
          Sets the value of propertyCollection attribue
 void setRoleCollection(java.util.Vector<Role> roleCollection)
          Sets the value of roleCollection attribue
 void setSemanticTypeVector(java.util.Vector semanticTypeVector)
          Sets the value of semanticTypeVector attribue
 void setTreeNode(TreeNode treeNode)
          Sets the value of treeNode attribue
 void setVocabulary(Vocabulary vocabulary)
          Sets the value of vocabulary attribue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescLogicConcept

public DescLogicConcept()
Method Detail

getCode

public java.lang.String getCode()
Retreives the value of code attribue

Returns:
code

setCode

public void setCode(java.lang.String code)
Sets the value of code attribue


getHasChildren

public java.lang.Boolean getHasChildren()
Retreives the value of hasChildren attribue

Returns:
hasChildren

setHasChildren

public void setHasChildren(java.lang.Boolean hasChildren)
Sets the value of hasChildren attribue


getHasParents

public java.lang.Boolean getHasParents()
Retreives the value of hasParents attribue

Returns:
hasParents

setHasParents

public void setHasParents(java.lang.Boolean hasParents)
Sets the value of hasParents attribue


getIsRetired

public java.lang.Boolean getIsRetired()
Retreives the value of isRetired attribue

Returns:
isRetired

setIsRetired

public void setIsRetired(java.lang.Boolean isRetired)
Sets the value of isRetired attribue


getName

public java.lang.String getName()
Retreives the value of name attribue

Returns:
name

setName

public void setName(java.lang.String name)
Sets the value of name attribue


getNamespaceId

public java.lang.Integer getNamespaceId()
Retreives the value of namespaceId attribue

Returns:
namespaceId

setNamespaceId

public void setNamespaceId(java.lang.Integer namespaceId)
Sets the value of namespaceId attribue


getSemanticTypeVector

public java.util.Vector getSemanticTypeVector()
Retreives the value of semanticTypeVector attribue

Returns:
semanticTypeVector

setSemanticTypeVector

public void setSemanticTypeVector(java.util.Vector semanticTypeVector)
Sets the value of semanticTypeVector attribue


getInverseRoleCollection

public java.util.Vector<Role> getInverseRoleCollection()
Retreives the value of inverseRoleCollection attribue

Returns:
inverseRoleCollection

setInverseRoleCollection

public void setInverseRoleCollection(java.util.Vector<Role> inverseRoleCollection)
Sets the value of inverseRoleCollection attribue


getAssociationCollection

public java.util.Vector<Association> getAssociationCollection()
Retreives the value of associationCollection attribue

Returns:
associationCollection

setAssociationCollection

public void setAssociationCollection(java.util.Vector<Association> associationCollection)
Sets the value of associationCollection attribue


getRoleCollection

public java.util.Vector<Role> getRoleCollection()
Retreives the value of roleCollection attribue

Returns:
roleCollection

setRoleCollection

public void setRoleCollection(java.util.Vector<Role> roleCollection)
Sets the value of roleCollection attribue


getInverseAssociationCollection

public java.util.Vector<Association> getInverseAssociationCollection()
Retreives the value of inverseAssociationCollection attribue

Returns:
inverseAssociationCollection

setInverseAssociationCollection

public void setInverseAssociationCollection(java.util.Vector<Association> inverseAssociationCollection)
Sets the value of inverseAssociationCollection attribue


getPropertyCollection

public java.util.Vector<Property> getPropertyCollection()
Retreives the value of propertyCollection attribue

Returns:
propertyCollection

setPropertyCollection

public void setPropertyCollection(java.util.Vector<Property> propertyCollection)
Sets the value of propertyCollection attribue


getTreeNode

public TreeNode getTreeNode()
Retreives the value of treeNode attribue

Returns:
treeNode

setTreeNode

public void setTreeNode(TreeNode treeNode)
Sets the value of treeNode attribue


getHistoryRecord

public HistoryRecord getHistoryRecord()
Retreives the value of historyRecord attribue

Returns:
historyRecord

setHistoryRecord

public void setHistoryRecord(HistoryRecord historyRecord)
Sets the value of historyRecord attribue


getVocabulary

public Vocabulary getVocabulary()
Retreives the value of vocabulary attribue

Returns:
vocabulary

setVocabulary

public void setVocabulary(Vocabulary vocabulary)
Sets the value of vocabulary attribue


getEdgeProperties

public EdgeProperties getEdgeProperties()
Retreives the value of edgeProperties attribue

Returns:
edgeProperties

setEdgeProperties

public void setEdgeProperties(EdgeProperties edgeProperties)
Sets the value of edgeProperties attribue



Copyright © 2007 National Cancer Institute (NCI). All Rights Reserved.