Class BinaryUpdateParams

java.lang.Object
binaryFileStorage.checker.BinaryUpdateParams
All Implemented Interfaces:
Serializable

public class BinaryUpdateParams extends Object implements Serializable
Parameters controlling updates.
Author:
dg50
See Also:
  • Field Details

  • Constructor Details

    • BinaryUpdateParams

      public BinaryUpdateParams()
  • Method Details

    • setUpdateSet

      public void setUpdateSet(PamDataBlock dataBlock, BinaryUpdateSet updateSet)
    • getUpdateSet

      public BinaryUpdateSet getUpdateSet(PamDataBlock dataBlock)
    • getSelBlockCount

      public int getSelBlockCount()
    • isUseSameFolder

      public boolean isUseSameFolder()
      Returns:
      the useSameFolder
    • setUseSameFolder

      public void setUseSameFolder(boolean useSameFolder)
      Parameters:
      useSameFolder - the useSameFolder to set
    • getNewFolderName

      public String getNewFolderName()
      Returns:
      the newFolderName
    • setNewFolderName

      public void setNewFolderName(String newFolderName)
      Parameters:
      newFolderName - the newFolderName to set