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

java.lang.Object
  上位を拡張 jp.go.nict.langrid.wrapper.common.db.dao.entity.DateManagedEntity
      上位を拡張 jp.go.nict.langrid.wrapper.common.db.dao.entity.BasicEntity
直系の既知のサブクラス:
CategorizedEntity, Category, ChildEntity, ParallelText, Translation

public class BasicEntity
extends DateManagedEntity


コンストラクタの概要
BasicEntity(long id, String[] values, Calendar createdDateTime, Calendar updatedDateTime)
           
BasicEntity(String[] values)
           
 
メソッドの概要
protected  String[] getValues()
           
protected  void setValues(String[] values)
           
 
クラス 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
 

コンストラクタの詳細

BasicEntity

public BasicEntity(String[] values)

BasicEntity

public BasicEntity(long id,
                   String[] values,
                   Calendar createdDateTime,
                   Calendar updatedDateTime)
メソッドの詳細

getValues

protected String[] getValues()

setValues

protected void setValues(String[] values)