public class DaoDesc extends ClassDesc
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
configClassSimpleName
設定クラスの単純名
|
protected EntityDesc |
entityDesc
エンティティ記述
|
protected java.lang.String |
templateName
テンプレート名
|
comment, importNames, packageName, simpleName| Constructor and Description |
|---|
DaoDesc() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConfigClassSimpleName()
設定クラスの単純名を返します。
|
EntityDesc |
getEntityDesc()
エンティティ記述を返します。
|
java.lang.String |
getTemplateName()
テンプレート名を返します。
|
void |
setConfigClassSimpleName(java.lang.String configClassSimpleName)
設定クラスの単純名を設定します。
|
void |
setEntityDesc(EntityDesc entityDesc)
エンティティ記述を設定します。
|
void |
setTemplateName(java.lang.String templateName)
テンプレート名を設定します。
|
addImportName, getComment, getImportNames, getPackageName, getQualifiedName, getSimpleName, setComment, setPackageName, setSimpleNameprotected java.lang.String configClassSimpleName
protected EntityDesc entityDesc
protected java.lang.String templateName
public java.lang.String getConfigClassSimpleName()
public void setConfigClassSimpleName(java.lang.String configClassSimpleName)
configClassSimpleName - 設定クラスの単純名public EntityDesc getEntityDesc()
public void setEntityDesc(EntityDesc entityDesc)
entityDesc - エンティティ記述public void setTemplateName(java.lang.String templateName)
templateName - テンプレート名public java.lang.String getTemplateName()