Class NodeWithTargetsEntity.TargetAndTypeId

  • Enclosing class:
    NodeWithTargetsEntity

    public static class NodeWithTargetsEntity.TargetAndTypeId
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TargetAndTypeId​(java.lang.Long targetId, java.lang.Long assocTypeId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long getAssocTypeId()  
      java.lang.Long getTargetId()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TargetAndTypeId

        public TargetAndTypeId​(java.lang.Long targetId,
                               java.lang.Long assocTypeId)
    • Method Detail

      • getTargetId

        public java.lang.Long getTargetId()
      • getAssocTypeId

        public java.lang.Long getAssocTypeId()