Interface Node<N>

All Superinterfaces:
TreeNode<N>
All Known Implementing Classes:
AbstractTreeNode, Domain, GroupRight, InetOption, InetServ, IpCategory, PhoneCategory, ProductSpec, ServiceSpec, TvAccount, TvChannelSpec, VlanCategory, VoiceAccount, VoiceBaseCodeBean, VoiceCostMapItem, VoiceGeographicCode, VoiceZoneMapItem

public interface Node<N> extends TreeNode<N>
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    void
    setChildren(List<N> children)
     

    Methods inherited from interface ru.bitel.common.model.TreeNode

    getChildren
  • Method Details

    • setChildren

      void setChildren(List<N> children)
    • getParentId

      int getParentId()