gov.nih.nci.evs.domain
Class EdgeProperties

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

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

The EdgeProperties class specifies the relationship between a concept and its immediate parent when a TREE is generated using the getTree method.

See Also:
Serialized Form

Field Summary
private  java.lang.Boolean isA
          Specifes the isa value for this concept.
private  java.util.HashSet links
          Specifes the link information used to generate the concept tree
private  java.lang.String name
          Specifes the name for this instance
private static long serialVersionUID
          An attribute to allow serialization of the domain objects
private  java.lang.Boolean traverseDown
          The direction specified when the concept tree was generated.
 
Constructor Summary
EdgeProperties()
           
 
Method Summary
 java.lang.Boolean getIsA()
          Retreives the value of isA attribue
 java.util.HashSet getLinks()
          Retreives the value of links attribue
 java.lang.String getName()
          Retreives the value of name attribue
 java.lang.Boolean getTraverseDown()
          Retreives the value of traverseDown attribue
 void setIsA(java.lang.Boolean isA)
          Sets the value of isA attribue
 void setLinks(java.util.HashSet links)
          Sets the value of links attribue
 void setName(java.lang.String name)
          Sets the value of name attribue
 void setTraverseDown(java.lang.Boolean traverseDown)
          Sets the value of traverseDown 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

isA

private java.lang.Boolean isA
Specifes the isa value for this concept. If a relationship type between this concept and the parent is a "isa" this value is set to true.


links

private java.util.HashSet links
Specifes the link information used to generate the concept tree


name

private java.lang.String name
Specifes the name for this instance


traverseDown

private java.lang.Boolean traverseDown
The direction specified when the concept tree was generated.

Constructor Detail

EdgeProperties

public EdgeProperties()
Method Detail

getIsA

public java.lang.Boolean getIsA()
Retreives the value of isA attribue

Returns:
isA

setIsA

public void setIsA(java.lang.Boolean isA)
Sets the value of isA attribue


getLinks

public java.util.HashSet getLinks()
Retreives the value of links attribue

Returns:
links

setLinks

public void setLinks(java.util.HashSet links)
Sets the value of links 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


getTraverseDown

public java.lang.Boolean getTraverseDown()
Retreives the value of traverseDown attribue

Returns:
traverseDown

setTraverseDown

public void setTraverseDown(java.lang.Boolean traverseDown)
Sets the value of traverseDown attribue



This API was generated by the caCORE Software Development Kit.