jp.co.quickbinder.api.common.tools
クラス GetIdentifier

java.lang.Object
  上位を拡張 jp.co.quickbinder.api.common.tools.GetIdentifier

public class GetIdentifier
extends Object

ID採番クラス

 一意性を保証されたIDを取得します。
 


コンストラクタの概要
GetIdentifier()
          コンストラクタ
 
メソッドの概要
 boolean exec()
          一意性を保証されたIDを取得します。
 String getErrorCD()
          エラーコードを取得します。
 String getErrorMSG()
          エラーメッセージを取得します。
 String getRetIdentifier()
          一意性を保証されたIDを取得します。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

GetIdentifier

public GetIdentifier()
コンストラクタ

メソッドの詳細

exec

public boolean exec()
一意性を保証されたIDを取得します。 生成される文字列の長さは 15 バイトです。(IM関数仕様より)

戻り値:
true/false {boolean}

getRetIdentifier

public String getRetIdentifier()
一意性を保証されたIDを取得します。

戻り値:
一意性を保証されたID

getErrorMSG

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

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

getErrorCD

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

戻り値:
エラーコード