jp.oarts.pirka.iop.tool.core.plugin.file.db
クラス SearcherDaoFileCreator.NodeLinkInfo

java.lang.Object
  上位を拡張 jp.oarts.pirka.iop.tool.core.plugin.file.db.SearcherDaoFileCreator.NodeLinkInfo
含まれているクラス:
SearcherDaoFileCreator

 class SearcherDaoFileCreator.NodeLinkInfo
extends java.lang.Object


コンストラクタの概要
SearcherDaoFileCreator.NodeLinkInfo(SearcherDaoFileCreator.TableNoItemId parent, SearcherDaoFileCreator.TableNoItemId chaild)
           
 
メソッドの概要
 SearcherDaoFileCreator.TableNoItemId getChaild()
           
 SearcherDaoFileCreator.TableNoItemId getParent()
           
 void setChaild(SearcherDaoFileCreator.TableNoItemId chaild)
           
 void setParent(SearcherDaoFileCreator.TableNoItemId parent)
           
 java.lang.String toString()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

SearcherDaoFileCreator.NodeLinkInfo

public SearcherDaoFileCreator.NodeLinkInfo(SearcherDaoFileCreator.TableNoItemId parent,
                                           SearcherDaoFileCreator.TableNoItemId chaild)
メソッドの詳細

toString

public java.lang.String toString()
オーバーライド:
クラス java.lang.Object 内の toString

getParent

public SearcherDaoFileCreator.TableNoItemId getParent()
戻り値:
the parent

getChaild

public SearcherDaoFileCreator.TableNoItemId getChaild()
戻り値:
the chaild

setParent

public void setParent(SearcherDaoFileCreator.TableNoItemId parent)
パラメータ:
parent - the parent to set

setChaild

public void setChaild(SearcherDaoFileCreator.TableNoItemId chaild)
パラメータ:
chaild - the chaild to set