クラス ObjStoreDDLParameter

java.lang.Object
org.iplass.mtp.tools.batch.storagespace.ObjStoreDDLParameter

public class ObjStoreDDLParameter extends Object
  • コンストラクタの詳細

    • ObjStoreDDLParameter

      public ObjStoreDDLParameter()
  • メソッドの詳細

    • getTemplateRootPath

      public String getTemplateRootPath()
    • setTemplateRootPath

      public void setTemplateRootPath(String templateRootPath)
    • isUsePartition

      public boolean isUsePartition()
    • setUsePartition

      public void setUsePartition(boolean usePartition)
    • isUseCompression

      public boolean isUseCompression()
    • setUseCompression

      public void setUseCompression(boolean useCompression)
    • getCompressedFormat

      public String getCompressedFormat()
    • setCompressedFormat

      public void setCompressedFormat(String compressedFormat)
    • getStorageSpaceName

      public String[] getStorageSpaceName()
    • setStorageSpaceName

      public void setStorageSpaceName(String[] storageSpaceName)
    • getOutputPath

      public String getOutputPath()
    • setOutputPath

      public void setOutputPath(String outputPath)
    • getTemplateRootDir

      public File getTemplateRootDir()
    • setTemplateRootDir

      public void setTemplateRootDir(File templateRootDir)
    • getOutputDir

      public File getOutputDir()
    • setOutputDir

      public void setOutputDir(File outputDir)