|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.doma.extension.gen.SqlDesc
public class SqlDesc
SQL記述です。
フィールドの概要 | |
---|---|
protected EntityDesc |
entityDesc
エンティティ記述 |
protected java.lang.String |
fileName
ファイル名 |
protected java.lang.String |
templateName
テンプレート名 |
コンストラクタの概要 | |
---|---|
SqlDesc()
|
メソッドの概要 | |
---|---|
EntityDesc |
getEntityDesc()
エンティティ記述を返します。 |
java.lang.String |
getFileName()
ファイル名 を返します。 |
java.lang.String |
getTemplateName()
テンプレート名を返します。 |
void |
setEntityDesc(EntityDesc entityDesc)
エンティティ記述を設定します。 |
void |
setFileName(java.lang.String fileName)
ファイル名を設定します。 |
void |
setTemplateName(java.lang.String templateName)
テンプレート名を設定します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected java.lang.String fileName
protected java.lang.String templateName
protected EntityDesc entityDesc
コンストラクタの詳細 |
---|
public SqlDesc()
メソッドの詳細 |
---|
public java.lang.String getFileName()
public void setFileName(java.lang.String fileName)
fileName
- ファイル名public java.lang.String getTemplateName()
public void setTemplateName(java.lang.String templateName)
templateName
- テンプレート名public EntityDesc getEntityDesc()
public void setEntityDesc(EntityDesc entityDesc)
entityDesc
- エンティティ記述
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |