intra-mart 6.1.14

jp.co.intra_mart.foundation.datastore.application.domain.item_template.template
クラス ItemTemplate

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

public class ItemTemplate
extends Object
implements Serializable

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

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

コンストラクタの概要
ItemTemplate()
           
 
メソッドの概要
 String getNotes()
          備考を取得します。
 String getTemplateCode()
          テンプレートコードを取得します。
 String getTemplateName()
          テンプレート名を取得します。
 void setNotes(String notes)
          備考を設定します。
 void setTemplateCode(String templateCode)
          テンプレートコードを設定します。
 void setTemplateName(String templateName)
          テンプレート名を設定します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ItemTemplate

public ItemTemplate()
メソッドの詳細

getTemplateCode

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

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

setTemplateCode

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

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

getTemplateName

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

戻り値:
テンプレート名

setTemplateName

public void setTemplateName(String templateName)
テンプレート名を設定します。

パラメータ:
templateName - テンプレート名

getNotes

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

戻り値:
備考

setNotes

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

パラメータ:
notes - 備考

intra-mart 6.1.14

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