public class FixedSentence extends Object implements Serializable
コンストラクタと説明 |
---|
FixedSentence() |
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getDefaultSentence()
デフォルト定型文
|
TemplateKey |
getKey()
定型文キー
|
LocaleValue[] |
getLocaleSentences()
ロケール別定型文
|
void |
setDefaultSentence(String defaultSentence)
デフォルト定型文
|
void |
setKey(TemplateKey key)
定型文キー
|
void |
setLocaleSentences(LocaleValue[] localeSentences)
ロケール別定型文
|
public String getDefaultSentence()
public TemplateKey getKey()
public LocaleValue[] getLocaleSentences()
public void setDefaultSentence(String defaultSentence)
defaultSentence
- デフォルト定型文public void setKey(TemplateKey key)
key
- 定型文キーpublic void setLocaleSentences(LocaleValue[] localeSentences)
localeSentences
- ロケール別定型文Copyright © 2012-2015 NTT DATA INTRAMART CORPORATION