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

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.Category

public class Category
extends BasicEntity

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

コンストラクタの概要
Category(long id, String[] categories, Calendar createdDateTime, Calendar updatedDateTime)
           
Category(String[] categories)
           
 
メソッドの概要
 String[] getCategories()
           
 void setCategory(String[] categories)
           
 
クラス 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
 

コンストラクタの詳細

Category

public Category(long id,
                String[] categories,
                Calendar createdDateTime,
                Calendar updatedDateTime)

Category

public Category(String[] categories)
メソッドの詳細

getCategories

public String[] getCategories()

setCategory

public void setCategory(String[] categories)