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

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.ChildEntity
直系の既知のサブクラス:
AdjacencyPair.SecondTurn

public class ChildEntity
extends BasicEntity


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

コンストラクタの詳細

ChildEntity

public ChildEntity(long parentId,
                   String[] values)

ChildEntity

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

getParentId

public long getParentId()

setParentId

public void setParentId(long parentId)