|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.doma.extension.gen.ClassDesc
org.seasar.doma.extension.gen.DaoDesc
public class DaoDesc
Dao記述です。
| フィールドの概要 | |
|---|---|
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 |
| フィールドの詳細 |
|---|
protected String configClassSimpleName
protected EntityDesc entityDesc
protected String templateName
| コンストラクタの詳細 |
|---|
public DaoDesc()
| メソッドの詳細 |
|---|
public String getConfigClassSimpleName()
public void setConfigClassSimpleName(String configClassSimpleName)
configClassSimpleName - 設定クラスの単純名public EntityDesc getEntityDesc()
public void setEntityDesc(EntityDesc entityDesc)
entityDesc - エンティティ記述public void setTemplateName(String templateName)
templateName - テンプレート名public String getTemplateName()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||