Class HLMNodeWithTypeDTO

java.lang.Object
cn.net.pap.neo4j.dto.HLMNodeWithTypeDTO
All Implemented Interfaces:
Serializable

public class HLMNodeWithTypeDTO extends Object implements Serializable
See Also:
  • Constructor Details

    • HLMNodeWithTypeDTO

      public HLMNodeWithTypeDTO()
  • Method Details

    • getNode

      public HLMEntity getNode()
    • setNode

      public void setNode(HLMEntity node)
    • getNodeType

      public String getNodeType()
    • setNodeType

      public void setNodeType(String nodeType)
    • getDirection

      public String getDirection()
    • setDirection

      public void setDirection(String direction)