|
||||||||||
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.
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 |
---|
private static final long serialVersionUID
private java.lang.String code
private java.lang.Boolean hasChildren
private java.lang.Boolean hasParents
private java.lang.Boolean isRetired
private java.lang.String name
private java.lang.Integer namespaceId
private java.util.Vector semanticTypeVector
private EdgeProperties edgeProperties
private Vocabulary vocabulary
private java.util.Vector<Role> inverseRoleCollection
private java.util.Vector<Property> propertyCollection
private java.util.Vector<Association> inverseAssociationCollection
private java.util.Vector<Role> roleCollection
private java.util.Vector<Association> associationCollection
private TreeNode treeNode
private HistoryRecord historyRecord
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 EdgeProperties getEdgeProperties()
public void setEdgeProperties(EdgeProperties edgeProperties)
public Vocabulary getVocabulary()
public void setVocabulary(Vocabulary vocabulary)
public java.util.Vector<Role> getInverseRoleCollection()
public void setInverseRoleCollection(java.util.Vector<Role> inverseRoleCollection)
public java.util.Vector<Property> getPropertyCollection()
public void setPropertyCollection(java.util.Vector<Property> propertyCollection)
public java.util.Vector<Association> getInverseAssociationCollection()
public void setInverseAssociationCollection(java.util.Vector<Association> inverseAssociationCollection)
public java.util.Vector<Role> getRoleCollection()
public void setRoleCollection(java.util.Vector<Role> roleCollection)
public java.util.Vector<Association> getAssociationCollection()
public void setAssociationCollection(java.util.Vector<Association> associationCollection)
public TreeNode getTreeNode()
public void setTreeNode(TreeNode treeNode)
public HistoryRecord getHistoryRecord()
public void setHistoryRecord(HistoryRecord historyRecord)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |