intra-mart(R)
5.0

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

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

public abstract class ExtendedGenericInternationalModel
extends Object
implements ExtendedInternationalModel

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

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

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

コンストラクタの詳細

ExtendedGenericInternationalModel

public ExtendedGenericInternationalModel()
メソッドの詳細

init

public void init(ExtendedInternationalAccessor accessor)
拡張国際化モデルを初期化します。

定義:
インタフェース ExtendedInternationalModel 内の 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(R)
5.0

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