org.seasar.doma.extension.gen
クラス DaoDesc

java.lang.Object
  上位を拡張 org.seasar.doma.extension.gen.ClassDesc
      上位を拡張 org.seasar.doma.extension.gen.DaoDesc

public class DaoDesc
extends ClassDesc

Dao記述です。

作成者:
taedium

フィールドの概要
protected  String configClassSimpleName
          設定クラスの単純名
protected  EntityDesc entityDesc
          エンティティ記述
protected  String templateName
          テンプレート名
 
クラス org.seasar.doma.extension.gen.ClassDesc から継承されたフィールド
comment, importNames, packageName, simpleName
 
コンストラクタの概要
DaoDesc()
           
 
メソッドの概要
 String getConfigClassSimpleName()
          設定クラスの単純名を返します。
 EntityDesc getEntityDesc()
          エンティティ記述を返します。
 String getTemplateName()
          テンプレート名を返します。
 void setConfigClassSimpleName(String configClassSimpleName)
          設定クラスの単純名を設定します。
 void setEntityDesc(EntityDesc entityDesc)
          エンティティ記述を設定します。
 void setTemplateName(String templateName)
          テンプレート名を設定します。
 
クラス org.seasar.doma.extension.gen.ClassDesc から継承されたメソッド
addImportName, getComment, getImportNames, getPackageName, getQualifiedName, getSimpleName, setComment, setPackageName, setSimpleName
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

configClassSimpleName

protected String configClassSimpleName
設定クラスの単純名


entityDesc

protected EntityDesc entityDesc
エンティティ記述


templateName

protected String templateName
テンプレート名

コンストラクタの詳細

DaoDesc

public DaoDesc()
メソッドの詳細

getConfigClassSimpleName

public String getConfigClassSimpleName()
設定クラスの単純名を返します。

戻り値:
設定クラスの単純名

setConfigClassSimpleName

public void setConfigClassSimpleName(String configClassSimpleName)
設定クラスの単純名を設定します。

パラメータ:
configClassSimpleName - 設定クラスの単純名

getEntityDesc

public EntityDesc getEntityDesc()
エンティティ記述を返します。

戻り値:
エンティティ記述

setEntityDesc

public void setEntityDesc(EntityDesc entityDesc)
エンティティ記述を設定します。

パラメータ:
entityDesc - エンティティ記述

setTemplateName

public void setTemplateName(String templateName)
テンプレート名を設定します。

パラメータ:
templateName - テンプレート名

getTemplateName

public String getTemplateName()
テンプレート名を返します。

戻り値:
テンプレート名


Copyright © 2009-2013 The Seasar Foundation. All Rights Reserved.