public static final class JdbcProcessDescriptionGenerator.Description extends Object
Constructor and Description |
---|
Description(String description,
Name modelClassName)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getColumnNames()
Returns the column names.
|
String |
getCondition()
Returns condition.
|
ImporterDescription.DataSize |
getDataSize()
Returns the data size.
|
String |
getDescription()
Returns the textual description for the target class.
|
Name |
getModelClassName()
Returns the data model class name.
|
String |
getProfileName()
Returns the profile name.
|
Name |
getSupportClassName()
Returns the format class name.
|
String |
getTableName()
Returns table name.
|
void |
setColumnNames(List<String> value)
Sets column names.
|
void |
setCondition(String value)
Sets the condition.
|
void |
setDataSize(ImporterDescription.DataSize value)
Sets the data size.
|
void |
setProfileName(String value)
Sets the profile name.
|
void |
setSupportClassName(Name value)
Sets the format class name.
|
void |
setTableName(String value)
Sets the table name.
|
public String getDescription()
public Name getModelClassName()
public String getProfileName()
null
if it is not setpublic void setProfileName(String value)
value
- the value to setpublic String getTableName()
null
if it is not setpublic void setTableName(String value)
value
- the value to setpublic List<String> getColumnNames()
null
if it is not setpublic void setColumnNames(List<String> value)
value
- the value to setpublic String getCondition()
null
if it is not setpublic void setCondition(String value)
value
- the value to setpublic Name getSupportClassName()
null
if it is not setpublic void setSupportClassName(Name value)
value
- the value to setpublic ImporterDescription.DataSize getDataSize()
null
if it is not setpublic void setDataSize(ImporterDescription.DataSize value)
value
- the value to setCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.