Package adalid.util.meta.sql
Class TemplateBean
java.lang.Object
adalid.util.meta.sql.TemplateBean
- Author:
- Jorge Campins
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetBytes()intgetLines()getPath()getType()booleanbooleanbooleanvoidsetBytes(int bytes) voidsetDisabled(boolean disabled) voidsetDisabledWhenMissing(boolean disabledWhenMissing) voidsetEncoding(String encoding) voidsetExecuteCommand(String executeCommand) voidsetExecuteDirectory(String executeDirectory) voidsetForEach(String forEach) voidsetLines(int lines) voidvoidsetPreserveExistingFile(boolean preserveExistingFile) voidsetTargetFile(String targetFile) voidsetTargetFileEncoding(String targetFileEncoding) voidsetTargetPackage(String targetPackage) voidsetTargetPath(String targetPath) void
-
Constructor Details
-
TemplateBean
-
-
Method Details
-
getPlatform
- Returns:
- the platform
-
getPropertiesFile
- Returns:
- the properties file
-
getPath
- Returns:
- the path
-
setPath
- Parameters:
path- the path to set
-
getType
- Returns:
- the type
-
setType
- Parameters:
type- the type to set
-
getEncoding
- Returns:
- the encoding
-
setEncoding
- Parameters:
encoding- the encoding to set
-
getForEach
- Returns:
- the forEach
-
setForEach
- Parameters:
forEach- the forEach to set
-
getTargetPath
- Returns:
- the targetPath
-
setTargetPath
- Parameters:
targetPath- the targetPath to set
-
getTargetPackage
- Returns:
- the targetPackage
-
setTargetPackage
- Parameters:
targetPackage- the targetPackage to set
-
getTargetFile
- Returns:
- the targetFile
-
setTargetFile
- Parameters:
targetFile- the targetFile to set
-
getTargetFileEncoding
- Returns:
- the targetFileEncoding
-
setTargetFileEncoding
- Parameters:
targetFileEncoding- the targetFileEncoding to set
-
getExecuteCommand
- Returns:
- the executeCommand
-
setExecuteCommand
- Parameters:
executeCommand- the executeCommand to set
-
getExecuteDirectory
- Returns:
- the executeDirectory
-
setExecuteDirectory
- Parameters:
executeDirectory- the executeDirectory to set
-
isDisabled
public boolean isDisabled()- Returns:
- the disabled
-
setDisabled
public void setDisabled(boolean disabled) - Parameters:
disabled- the disabled to set
-
isDisabledWhenMissing
public boolean isDisabledWhenMissing()- Returns:
- the disabledWhenMissing
-
setDisabledWhenMissing
public void setDisabledWhenMissing(boolean disabledWhenMissing) - Parameters:
disabledWhenMissing- the disabledWhenMissing to set
-
isPreserveExistingFile
public boolean isPreserveExistingFile()- Returns:
- the preserveExistingFile
-
setPreserveExistingFile
public void setPreserveExistingFile(boolean preserveExistingFile) - Parameters:
preserveExistingFile- the preserveExistingFile to set
-
getBytes
public int getBytes()- Returns:
- the bytes
-
setBytes
public void setBytes(int bytes) - Parameters:
bytes- the bytes to set
-
getLines
public int getLines()- Returns:
- the lines
-
setLines
public void setLines(int lines) - Parameters:
lines- the lines to set
-