クラス
jp.co.going.xbrl.sample.dao.obj.XbContextObj の使用

XbContextObj を使用しているパッケージ
jp.co.going.xbrl.sample.dao XBRLインスタンス
を生成するサンプルGUIで使用するDAOを提供する 
 

jp.co.going.xbrl.sample.dao での XbContextObj の使用
 

XbContextObj を返す jp.co.going.xbrl.sample.dao のメソッド
 XbContextObj XbContextDao.select(long context_id)
           
 XbContextObj XbContextDao.selectByName(java.lang.String context_name)
           
 

XbContextObj 型の引数を持つ型を返す jp.co.going.xbrl.sample.dao のメソッド
 java.util.ArrayList<XbContextObj> XbContextDao.selectAll()
           
 

XbContextObj 型のパラメータを持つ jp.co.going.xbrl.sample.dao のメソッド
 void XbContextDao.insert(XbContextObj obj)