intra-mart 6.1.14

jp.co.intra_mart.foundation.datastore.common.model
クラス ExtendedGenericTerminableModel

java.lang.Object
  拡張jp.co.intra_mart.foundation.datastore.common.model.ExtendedGenericTerminableModel
すべての実装インタフェース:
ExtendedTerminableModel, Serializable

public abstract class ExtendedGenericTerminableModel
extends Object
implements ExtendedTerminableModel

拡張期間化モデルの汎用的な抽象クラスです。

導入されたバージョン:
5.0
関連項目:
直列化された形式

コンストラクタの概要
ExtendedGenericTerminableModel()
           
 
メソッドの概要
protected  Object get(String name)
          指定の属性が保持する値を取得します。
 void init(ExtendedTerminableAccessor accessor)
          拡張期間化モデルを初期化します。
protected  void set(String name, Object value)
          指定の属性に値を設定します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ExtendedGenericTerminableModel

public ExtendedGenericTerminableModel()
メソッドの詳細

init

public void init(ExtendedTerminableAccessor accessor)
拡張期間化モデルを初期化します。

定義:
インタフェース ExtendedTerminableModel 内の init
パラメータ:
accessor - 拡張期間化アクセサ

get

protected Object get(String name)
              throws AccessorException
指定の属性が保持する値を取得します。

パラメータ:
name - 属性名
戻り値:
属性値
例外:
AccessorException - アクセサで例外が発生した場合

set

protected void set(String name,
                   Object value)
            throws AccessorException
指定の属性に値を設定します。

パラメータ:
name - 属性名
value - 値
例外:
AccessorException - アクセサで例外が発生した場合

intra-mart 6.1.14

Copyright © 2000-2010 NTT DATA INTRAMART CO.,LTD.. All Rights Reserved.