jp.co.quickbinder.api.apinfo
クラス QBApInfo

java.lang.Object
  上位を拡張 jp.co.quickbinder.api.apinfo.QBApInfo

public class QBApInfo
extends Object

QBS_X_APINFOクラス

 


コンストラクタの概要
QBApInfo()
          コンストラクタ
 
メソッドの概要
 String getBasemonth()
          起算月を取得します。
 boolean getData()
           アプリケーション設定データを取得します。
 String getDwnlduser()
          一括ダウンロード使用者のロールを取得します。
 String getErrorCD()
          エラーコードを取得します。
 String getErrorMSG()
          エラーメッセージを取得します。
 String getKeepyear()
          保管年を取得します。
 String getKnowledgetype()
          ナレッジオプション使用を取得します。
 String getPrintuser()
          一括出力使用者のロールを取得します。
 String getRegexts()
          登録タイプを取得します。
 String getSuperuser()
          スーパユーザのロールを取得します。
 String getTreesort()
          ソート項目を取得します。
 String getVersion()
          バージョン番号を取得します。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

QBApInfo

public QBApInfo()
コンストラクタ

メソッドの詳細

getErrorMSG

public String getErrorMSG()
エラーメッセージを取得します。

戻り値:
エラーメッセージ

getErrorCD

public String getErrorCD()
エラーコードを取得します。

戻り値:
エラーコード

getVersion

public String getVersion()
バージョン番号を取得します。

戻り値:
バージョン番号

getTreesort

public String getTreesort()
ソート項目を取得します。

戻り値:
ソート項目

getRegexts

public String getRegexts()
登録タイプを取得します。

戻り値:
登録タイプ

getKnowledgetype

public String getKnowledgetype()
ナレッジオプション使用を取得します。

戻り値:
ナレッジオプション使用

getSuperuser

public String getSuperuser()
スーパユーザのロールを取得します。

戻り値:
スーパユーザのロール

getDwnlduser

public String getDwnlduser()
一括ダウンロード使用者のロールを取得します。

戻り値:
一括ダウンロード使用者のロール

getPrintuser

public String getPrintuser()
一括出力使用者のロールを取得します。

戻り値:
一括出力使用者のロール

getBasemonth

public String getBasemonth()
起算月を取得します。

戻り値:
起算月

getKeepyear

public String getKeepyear()
保管年を取得します。

戻り値:
保管年

getData

public boolean getData()
                throws Exception
アプリケーション設定データを取得します。

戻り値:
true:データ取得成功 false:データ取得失敗
例外:
Exception