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()
           
Template(String templateId, String template, ChoiceParameter[] choiceParameters, ValueParameter[] valueParameters, Category[] categories)
           
 
メソッドの概要
 boolean equals(Object value)
           
 Category[] getCategories()
           
 ChoiceParameter[] getChoiceParameters()
           
 String getTemplate()
           
 String getTemplateId()
           
 ValueParameter[] getValueParameters()
           
 int hashCode()
           
 void setCategories(Category[] categories)
           
 void setChoiceParameters(ChoiceParameter[] choiceParameters)
           
 void setTemplate(String template)
           
 void setTemplateId(String templateId)
           
 void setValueParameters(ValueParameter[] valueParameters)
           
 String toString()
           
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

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)