|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.evs.domain.DescLogicConcept
public class DescLogicConcept
The DescLogicConcept class represents the fundamental vocabulary entity in the NCI Thesaurus.
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 |
---|
public DescLogicConcept()
Method Detail |
---|
public java.lang.String getCode()
public void setCode(java.lang.String code)
public java.lang.Boolean getHasChildren()
public void setHasChildren(java.lang.Boolean hasChildren)
public java.lang.Boolean getHasParents()
public void setHasParents(java.lang.Boolean hasParents)
public java.lang.Boolean getIsRetired()
public void setIsRetired(java.lang.Boolean isRetired)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.Integer getNamespaceId()
public void setNamespaceId(java.lang.Integer namespaceId)
public java.util.Vector getSemanticTypeVector()
public void setSemanticTypeVector(java.util.Vector semanticTypeVector)
public java.util.Vector<Role> getInverseRoleCollection()
public void setInverseRoleCollection(java.util.Vector<Role> inverseRoleCollection)
public java.util.Vector<Association> getAssociationCollection()
public void setAssociationCollection(java.util.Vector<Association> associationCollection)
public java.util.Vector<Role> getRoleCollection()
public void setRoleCollection(java.util.Vector<Role> roleCollection)
public java.util.Vector<Association> getInverseAssociationCollection()
public void setInverseAssociationCollection(java.util.Vector<Association> inverseAssociationCollection)
public java.util.Vector<Property> getPropertyCollection()
public void setPropertyCollection(java.util.Vector<Property> propertyCollection)
public TreeNode getTreeNode()
public void setTreeNode(TreeNode treeNode)
public HistoryRecord getHistoryRecord()
public void setHistoryRecord(HistoryRecord historyRecord)
public Vocabulary getVocabulary()
public void setVocabulary(Vocabulary vocabulary)
public EdgeProperties getEdgeProperties()
public void setEdgeProperties(EdgeProperties edgeProperties)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |