jp.go.nict.langrid.service_1_2.templateparalleltext
クラス Template
java.lang.Object
jp.go.nict.langrid.service_1_2.templateparalleltext.Template
- すべての実装されたインタフェース:
- Serializable
public class Template
- extends Object
- implements Serializable
- 作成者:
- Takao Nakaguchi
- 関連項目:
- 直列化された形式
Template
public Template()
Template
public Template(String templateId,
String template,
ChoiceParameter[] choiceParameters,
ValueParameter[] valueParameters,
Category[] categories)
equals
public boolean equals(Object value)
- オーバーライド:
- クラス
Object
内の equals
hashCode
public int hashCode()
- オーバーライド:
- クラス
Object
内の hashCode
toString
public String toString()
- オーバーライド:
- クラス
Object
内の toString
getTemplateId
public String getTemplateId()
setTemplateId
public void setTemplateId(String templateId)
getTemplate
public String getTemplate()
setTemplate
public void setTemplate(String template)
getChoiceParameters
public ChoiceParameter[] getChoiceParameters()
setChoiceParameters
public void setChoiceParameters(ChoiceParameter[] choiceParameters)
getValueParameters
public ValueParameter[] getValueParameters()
setValueParameters
public void setValueParameters(ValueParameter[] valueParameters)
getCategories
public Category[] getCategories()
setCategories
public void setCategories(Category[] categories)