public static final class DirectFileOutputDescriptionGenerator.Description extends Object
Constructor and Description |
---|
Description(String description,
Name modelClassName)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getBasePath()
Returns base path.
|
List<String> |
getDeletePatterns()
Returns the view of delete patterns.
|
String |
getDescription()
Returns the textual description for the target class.
|
Name |
getFormatClassName()
Returns the format class name.
|
Name |
getModelClassName()
Returns the data model class name.
|
List<String> |
getOrder()
Returns the view of order expression list.
|
String |
getResourcePattern()
Returns the resource pattern.
|
void |
setBasePath(String value)
Sets the base path.
|
void |
setFormatClassName(Name value)
Sets the format class name.
|
void |
setResourcePattern(String value)
Sets the resource pattern.
|
public String getDescription()
public Name getModelClassName()
public String getBasePath()
null
if it is not setpublic void setBasePath(String value)
value
- the value to setpublic String getResourcePattern()
null
if it is not setpublic void setResourcePattern(String value)
value
- the value to setpublic List<String> getOrder()
public List<String> getDeletePatterns()
public Name getFormatClassName()
null
if it is not setpublic void setFormatClassName(Name value)
value
- the value to setCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.