|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.doma.extension.gen.ClassDesc org.seasar.doma.extension.gen.DaoDelegateDesc
public class DaoDelegateDesc
Daoデリゲート記述です。
フィールドの概要 | |
---|---|
protected DaoDesc |
daoDesc
Dao記述 |
protected String |
templateName
テンプレート名 |
クラス org.seasar.doma.extension.gen.ClassDesc から継承されたフィールド |
---|
comment, importNames, packageName, simpleName |
コンストラクタの概要 | |
---|---|
DaoDelegateDesc()
|
メソッドの概要 | |
---|---|
DaoDesc |
getDaoDesc()
Dao記述を返します。 |
String |
getTemplateName()
テンプレート名を返します。 |
void |
setDaoDesc(DaoDesc daoDesc)
Dao記述を設定します。 |
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 DaoDesc daoDesc
protected String templateName
コンストラクタの詳細 |
---|
public DaoDelegateDesc()
メソッドの詳細 |
---|
public DaoDesc getDaoDesc()
public void setDaoDesc(DaoDesc daoDesc)
daoDesc
- Dao記述public void setTemplateName(String templateName)
templateName
- テンプレート名public String getTemplateName()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |