Package binaryFileStorage.checker
Class BinaryUpdateParams
java.lang.Object
binaryFileStorage.checker.BinaryUpdateParams
- All Implemented Interfaces:
Serializable
Parameters controlling updates.
- Author:
- dg50
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetUpdateSet(PamDataBlock dataBlock) booleanvoidsetNewFolderName(String newFolderName) voidsetUpdateSet(PamDataBlock dataBlock, BinaryUpdateSet updateSet) voidsetUseSameFolder(boolean useSameFolder)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
BinaryUpdateParams
public BinaryUpdateParams()
-
-
Method Details
-
setUpdateSet
-
getUpdateSet
-
getSelBlockCount
public int getSelBlockCount() -
isUseSameFolder
public boolean isUseSameFolder()- Returns:
- the useSameFolder
-
setUseSameFolder
public void setUseSameFolder(boolean useSameFolder) - Parameters:
useSameFolder- the useSameFolder to set
-
getNewFolderName
- Returns:
- the newFolderName
-
setNewFolderName
- Parameters:
newFolderName- the newFolderName to set
-