public class CreationLogChangeDisplay extends PropertyBusinessRule<CreationLog>
Modifier and Type | Field and Description |
---|---|
static int |
CHANGEDISPLAY_SHOWINBOTTOMNOTES
show display in bottom notes
|
static int |
CHANGEDISPLAY_SHOWINTITLE
show display in title
|
Constructor and Description |
---|
CreationLogChangeDisplay(int changedisplay)
Creates a business rule changing display of creation log information
|
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getImportstatements() |
void |
writeInitialization(SourceGenerator sg) |
isUserimplemented
changeName, cleanName, equals, getName
public static final int CHANGEDISPLAY_SHOWINBOTTOMNOTES
public static final int CHANGEDISPLAY_SHOWINTITLE
public CreationLogChangeDisplay(int changedisplay)
changedisplay
- change display as defined in a static intpublic void writeInitialization(SourceGenerator sg) throws java.io.IOException
writeInitialization
in class PropertyBusinessRule<CreationLog>
sg
- source generatorjava.io.IOException
- if anything bad happens while writing the filepublic java.lang.String[] getImportstatements()
getImportstatements
in class PropertyBusinessRule<CreationLog>