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

Field Summary
private  java.util.Vector<Association> associationCollection
          An associated gov.nih.nci.evs.domain.Association object's collection
private  java.lang.String code
          This is an unique code associated with a concept within the specified vocabulary.
private  EdgeProperties edgeProperties
          An associated gov.nih.nci.evs.domain.EdgeProperties object
private  java.lang.Boolean hasChildren
          Sets this value to 'true' if a concept has children
private  java.lang.Boolean hasParents
          This value is set to 'true' if a concept has a parent
private  HistoryRecord historyRecord
          An associated gov.nih.nci.evs.domain.HistoryRecord object
private  java.util.Vector<Association> inverseAssociationCollection
          An associated gov.nih.nci.evs.domain.Association object's collection
private  java.util.Vector<Role> inverseRoleCollection
          An associated gov.nih.nci.evs.domain.Role object's collection
private  java.lang.Boolean isRetired
          Sets this value to 'true' if a concept is retired.
private  java.lang.String name
          Specifies the name of the concept.
private  java.lang.Integer namespaceId
          The namespaceId is used to identify a set of concepts within a terminology such as the NCI Thesaurus.
private  java.util.Vector<Property> propertyCollection
          An associated gov.nih.nci.evs.domain.Property object's collection
private  java.util.Vector<Role> roleCollection
          An associated gov.nih.nci.evs.domain.Role object's collection
private  java.util.Vector semanticTypeVector
           
private static long serialVersionUID
          An attribute to allow serialization of the domain objects
private  TreeNode treeNode
          An associated gov.nih.nci.evs.domain.TreeNode object
private  Vocabulary vocabulary
          An associated gov.nih.nci.evs.domain.Vocabulary object
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
An attribute to allow serialization of the domain objects

See Also:
Constant Field Values

code

private java.lang.String code
This is an unique code associated with a concept within the specified vocabulary.


hasChildren

private java.lang.Boolean hasChildren
Sets this value to 'true' if a concept has children


hasParents

private java.lang.Boolean hasParents
This value is set to 'true' if a concept has a parent


isRetired

private java.lang.Boolean isRetired
Sets this value to 'true' if a concept is retired.


name

private java.lang.String name
Specifies the name of the concept.


namespaceId

private java.lang.Integer namespaceId
The namespaceId is used to identify a set of concepts within a terminology such as the NCI Thesaurus.


semanticTypeVector

private java.util.Vector semanticTypeVector

edgeProperties

private EdgeProperties edgeProperties
An associated gov.nih.nci.evs.domain.EdgeProperties object


vocabulary

private Vocabulary vocabulary
An associated gov.nih.nci.evs.domain.Vocabulary object


inverseRoleCollection

private java.util.Vector<Role> inverseRoleCollection
An associated gov.nih.nci.evs.domain.Role object's collection


propertyCollection

private java.util.Vector<Property> propertyCollection
An associated gov.nih.nci.evs.domain.Property object's collection


inverseAssociationCollection

private java.util.Vector<Association> inverseAssociationCollection
An associated gov.nih.nci.evs.domain.Association object's collection


roleCollection

private java.util.Vector<Role> roleCollection
An associated gov.nih.nci.evs.domain.Role object's collection


associationCollection

private java.util.Vector<Association> associationCollection
An associated gov.nih.nci.evs.domain.Association object's collection


treeNode

private TreeNode treeNode
An associated gov.nih.nci.evs.domain.TreeNode object


historyRecord

private HistoryRecord historyRecord
An associated gov.nih.nci.evs.domain.HistoryRecord object

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


getEdgeProperties

public EdgeProperties getEdgeProperties()
Retreives the value of edgeProperties attribue

Returns:
edgeProperties

setEdgeProperties

public void setEdgeProperties(EdgeProperties edgeProperties)
Sets the value of edgeProperties 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


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


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


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


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


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


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



This API was generated by the caCORE Software Development Kit.