intra-mart(R) 6.0.13

jp.co.intra_mart.foundation.datastore.application.domain.item_template.detail
クラス ItemTemplateDetail

java.lang.Object
  拡張jp.co.intra_mart.foundation.datastore.application.domain.item_template.detail.ItemTemplateDetail
すべての実装インタフェース:
Serializable

public class ItemTemplateDetail
extends Object
implements Serializable

商品属性テンプレート明細の基本属性のデータを取り扱います。

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

コンストラクタの概要
ItemTemplateDetail()
          商品属性テンプレート明細に関連する情報を新規に生成します。
ItemTemplateDetail(Locale locale)
          商品属性テンプレート明細に関連する情報を新規に生成します。
 
メソッドの概要
 int getDataType()
          データ型を取得します。
 Locale getDefaultLocale()
          デフォルトのロケールを取得します。
 ItemTemplateDetailInternational getItemTemplateDetailInternational(Locale locale)
          指定された言語に対する国際化情報を取得します。
 Locale[] getLocales()
          この商品属性テンプレート明細で管理している言語(ロケール)をすべて取得します。
 String getNotes()
          備考を取得します。
 int getSortKey()
          ソートキーを取得します。
 String getTemplateCode()
          テンプレートコードを取得します。
 String getTemplateDetailCode()
          テンプレート明細コードを取得します。
 String getTemplateDetailName()
          テンプレート明細名を取得します。
 String getTemplateDetailName(Locale locale)
          テンプレート明細名を取得します。
 void putInternational(Locale locale, ItemTemplateDetailInternational data)
          指定された言語に対する国際化情報を設定します。
 void removeInternational(Locale locale)
          指定された言語に対する国際化情報を削除します。
 void setDataType(int dataType)
          データ型を設定します。
 void setDefaultLocale(Locale defaultLocale)
          デフォルトのロケールを設定します。
 void setNotes(String notes)
          備考を設定します。
 void setSortKey(int sortKey)
          ソートキーを設定します。
 void setTemplateCode(String templateCode)
          テンプレートコードを設定します。
 void setTemplateDetailCode(String templateDetailCode)
          テンプレート明細コードを設定します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ItemTemplateDetail

public ItemTemplateDetail()
商品属性テンプレート明細に関連する情報を新規に生成します。 デフォルトの言語には Locale.getDefault()で取得される値の言語だけのロケールが割り当てられます。


ItemTemplateDetail

public ItemTemplateDetail(Locale locale)
商品属性テンプレート明細に関連する情報を新規に生成します。 デフォルトの言語には locale で設定されるロケールが割り当てられます。

パラメータ:
locale - デフォルトの言語
メソッドの詳細

getDefaultLocale

public Locale getDefaultLocale()
デフォルトのロケールを取得します。

戻り値:
デフォルトのロケール

setDefaultLocale

public void setDefaultLocale(Locale defaultLocale)
デフォルトのロケールを設定します。

パラメータ:
defaultLocale - デフォルトのロケール

getLocales

public Locale[] getLocales()
この商品属性テンプレート明細で管理している言語(ロケール)をすべて取得します。

戻り値:
この商品属性テンプレート明細で管理している言語(ロケール)

getItemTemplateDetailInternational

public ItemTemplateDetailInternational getItemTemplateDetailInternational(Locale locale)
指定された言語に対する国際化情報を取得します。 該当するデータがなかった場合 null が返されます。

パラメータ:
locale - 言語(ロケール)
戻り値:
国際化情報

putInternational

public void putInternational(Locale locale,
                             ItemTemplateDetailInternational data)
指定された言語に対する国際化情報を設定します。

パラメータ:
locale - 言語(ロケール)
data - 国際化情報

removeInternational

public void removeInternational(Locale locale)
指定された言語に対する国際化情報を削除します。

パラメータ:
locale - 言語(ロケール)

getTemplateCode

public String getTemplateCode()
テンプレートコードを取得します。

戻り値:
テンプレートコード

setTemplateCode

public void setTemplateCode(String templateCode)
テンプレートコードを設定します。

パラメータ:
templateCode - テンプレートコード

getTemplateDetailCode

public String getTemplateDetailCode()
テンプレート明細コードを取得します。

戻り値:
テンプレート明細コード

setTemplateDetailCode

public void setTemplateDetailCode(String templateDetailCode)
テンプレート明細コードを設定します。

パラメータ:
templateDetailCode - テンプレート明細コード

getDataType

public int getDataType()
データ型を取得します。

戻り値:
データ型

setDataType

public void setDataType(int dataType)
データ型を設定します。

パラメータ:
dataType - データ型

getSortKey

public int getSortKey()
ソートキーを取得します。

戻り値:
ソートキー

setSortKey

public void setSortKey(int sortKey)
ソートキーを設定します。

パラメータ:
sortKey - ソートキー

getNotes

public String getNotes()
備考を取得します。

戻り値:
備考

setNotes

public void setNotes(String notes)
備考を設定します。

パラメータ:
notes - 備考

getTemplateDetailName

public String getTemplateDetailName()
テンプレート明細名を取得します。

戻り値:
テンプレート明細名

getTemplateDetailName

public String getTemplateDetailName(Locale locale)
テンプレート明細名を取得します。

パラメータ:
locale - 言語(ロケール)
戻り値:
テンプレート明細名

intra-mart(R) 6.0.13

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