jp.go.nict.langrid.wrapper.common.db.dao.entity
クラス Translation

java.lang.Object
  上位を拡張 jp.go.nict.langrid.wrapper.common.db.dao.entity.DateManagedEntity
      上位を拡張 jp.go.nict.langrid.wrapper.common.db.dao.entity.BasicEntity
          上位を拡張 jp.go.nict.langrid.wrapper.common.db.dao.entity.Translation

public class Translation
extends BasicEntity

バージョン:
$Revision: 4856 $
作成者:
Takao Nakaguchi, $Author: nakaguchi $

コンストラクタの概要
Translation(long id, String[] words, Calendar createdDateTime, Calendar updatedDateTime)
           
Translation(String[] words)
           
 
メソッドの概要
 String[] getWords()
           
 void setWords(String[] words)
           
 
クラス jp.go.nict.langrid.wrapper.common.db.dao.entity.BasicEntity から継承されたメソッド
getValues, setValues
 
クラス jp.go.nict.langrid.wrapper.common.db.dao.entity.DateManagedEntity から継承されたメソッド
equals, getCreatedDateTime, getId, getUpdatedDateTime, hashCode, setCreatedDateTime, setId, setUpdatedDateTime, toString
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

Translation

public Translation(long id,
                   String[] words,
                   Calendar createdDateTime,
                   Calendar updatedDateTime)

Translation

public Translation(String[] words)
メソッドの詳細

getWords

public String[] getWords()

setWords

public void setWords(String[] words)