Package adalid.util.meta.sql
Class TemplateBean
- java.lang.Object
-
- adalid.util.meta.sql.TemplateBean
-
public class TemplateBean extends Object
- Author:
- Jorge Campins
-
-
Constructor Summary
Constructors Constructor Description TemplateBean(PlatformBean platform, File propertiesFile)
-
Method Summary
-
-
-
Constructor Detail
-
TemplateBean
public TemplateBean(PlatformBean platform, File propertiesFile)
-
-
Method Detail
-
getPlatform
public PlatformBean getPlatform()
- Returns:
- the platform
-
getPropertiesFile
public File getPropertiesFile()
- Returns:
- the properties file
-
getPath
public String getPath()
- Returns:
- the path
-
setPath
public void setPath(String path)
- Parameters:
path- the path to set
-
getType
public String getType()
- Returns:
- the type
-
setType
public void setType(String type)
- Parameters:
type- the type to set
-
getEncoding
public String getEncoding()
- Returns:
- the encoding
-
setEncoding
public void setEncoding(String encoding)
- Parameters:
encoding- the encoding to set
-
getForEach
public String getForEach()
- Returns:
- the forEach
-
setForEach
public void setForEach(String forEach)
- Parameters:
forEach- the forEach to set
-
getTargetPath
public String getTargetPath()
- Returns:
- the targetPath
-
setTargetPath
public void setTargetPath(String targetPath)
- Parameters:
targetPath- the targetPath to set
-
getTargetPackage
public String getTargetPackage()
- Returns:
- the targetPackage
-
setTargetPackage
public void setTargetPackage(String targetPackage)
- Parameters:
targetPackage- the targetPackage to set
-
getTargetFile
public String getTargetFile()
- Returns:
- the targetFile
-
setTargetFile
public void setTargetFile(String targetFile)
- Parameters:
targetFile- the targetFile to set
-
getTargetFileEncoding
public String getTargetFileEncoding()
- Returns:
- the targetFileEncoding
-
setTargetFileEncoding
public void setTargetFileEncoding(String targetFileEncoding)
- Parameters:
targetFileEncoding- the targetFileEncoding to set
-
getExecuteCommand
public String getExecuteCommand()
- Returns:
- the executeCommand
-
setExecuteCommand
public void setExecuteCommand(String executeCommand)
- Parameters:
executeCommand- the executeCommand to set
-
getExecuteDirectory
public String getExecuteDirectory()
- Returns:
- the executeDirectory
-
setExecuteDirectory
public void setExecuteDirectory(String executeDirectory)
- 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
-
-