org.seasar.robot.db.bsbhv.pmbean
クラス BsAccessResultPmb

java.lang.Object
  上位を拡張 org.seasar.robot.db.bsbhv.pmbean.BsAccessResultPmb
すべての実装されたインタフェース:
org.seasar.robot.dbflute.cbean.FetchBean, org.seasar.robot.dbflute.twowaysql.pmbean.ParameterBean
直系の既知のサブクラス:
AccessResultPmb

public class BsAccessResultPmb
extends java.lang.Object
implements org.seasar.robot.dbflute.twowaysql.pmbean.ParameterBean, org.seasar.robot.dbflute.cbean.FetchBean

The parameter-bean of AccessResultPmb.

作成者:
DBFlute(AutoGenerator)

フィールドの概要
protected  java.lang.String _newSessionId
          The value of newSessionId.
protected  java.lang.String _oldSessionId
          The value of oldSessionId.
protected  int _safetyMaxResultSize
          The max size of safety result.
 
コンストラクタの概要
BsAccessResultPmb()
           
 
メソッドの概要
 void checkSafetyResult(int safetyMaxResultSize)
          
protected  java.lang.String convertEmptyToNullIfString(java.lang.String value)
           
protected  java.lang.String filterRemoveEmptyString(java.lang.String value)
           
 java.lang.String getNewSessionId()
          Get the value of newSessionId.
 java.lang.String getOldSessionId()
          Get the value of oldSessionId.
 int getSafetyMaxResultSize()
          
 void setNewSessionId(java.lang.String newSessionId)
          Set the value of newSessionId.
 void setOldSessionId(java.lang.String oldSessionId)
          Set the value of oldSessionId.
 java.lang.String toString()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

_newSessionId

protected java.lang.String _newSessionId
The value of newSessionId.


_oldSessionId

protected java.lang.String _oldSessionId
The value of oldSessionId.


_safetyMaxResultSize

protected int _safetyMaxResultSize
The max size of safety result.

コンストラクタの詳細

BsAccessResultPmb

public BsAccessResultPmb()
メソッドの詳細

checkSafetyResult

public void checkSafetyResult(int safetyMaxResultSize)

定義:
インタフェース org.seasar.robot.dbflute.cbean.FetchBean 内の checkSafetyResult

getSafetyMaxResultSize

public int getSafetyMaxResultSize()

定義:
インタフェース org.seasar.robot.dbflute.cbean.FetchBean 内の getSafetyMaxResultSize

convertEmptyToNullIfString

protected java.lang.String convertEmptyToNullIfString(java.lang.String value)
パラメータ:
value - Query value. (Nullable)
戻り値:
Converted value. (Nullable)

filterRemoveEmptyString

protected java.lang.String filterRemoveEmptyString(java.lang.String value)
パラメータ:
value - Query value string. (Nullable)
戻り値:
Removed-empty value. (Nullable)

toString

public java.lang.String toString()
オーバーライド:
クラス java.lang.Object 内の toString
戻り値:
The display string of all parameters. (NotNull)

getNewSessionId

public java.lang.String getNewSessionId()
Get the value of newSessionId. (Converted empty to null)

戻り値:
The value of newSessionId. (Nullable & NotEmptyString: if the value is empty string, returns null)

setNewSessionId

public void setNewSessionId(java.lang.String newSessionId)
Set the value of newSessionId.

パラメータ:
newSessionId - The value of newSessionId. (Nullable)

getOldSessionId

public java.lang.String getOldSessionId()
Get the value of oldSessionId. (Converted empty to null)

戻り値:
The value of oldSessionId. (Nullable & NotEmptyString: if the value is empty string, returns null)

setOldSessionId

public void setOldSessionId(java.lang.String oldSessionId)
Set the value of oldSessionId.

パラメータ:
oldSessionId - The value of oldSessionId. (Nullable)


Copyright © 2011. All Rights Reserved.