Class RestProductFS
java.lang.Object
de.dlr.proseo.storagemgr.rest.model.RestProductFS
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new RestProductFS.RestProductFS(String productId, String sourceStorageType, List<String> sourceFilePaths, String targetStorageId, String targetStorageType, String registeredFilePath, Boolean registered, Long registeredFilesCount, List<String> registeredFilesList, Boolean deleted, String message) Creates a new RestProductFS. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the deleted.Returns the message.Returns the productId.Returns the registered.Returns the registeredFilePath.Returns the registeredFilesCount.Returns the registeredFilesList.Returns the sourceFilePaths.Returns the sourceStorageType.Returns the targetStorageId.Returns the targetStorageType.inthashCode()voidsetDeleted(Boolean deleted) Set the deleted.voidsetMessage(String message) Set the message.voidsetProductId(String productId) Set the productId.voidsetRegistered(Boolean registered) Set the registered.voidsetRegisteredFilePath(String registeredFilePath) Set the registeredFilePath.voidsetRegisteredFilesCount(Long registeredFilesCount) Set the registeredFilesCount.voidsetRegisteredFilesList(List<String> registeredFilesList) Set the registeredFilesList.voidsetSourceFilePaths(List<String> sourceFilePaths) Set the sourceFilePaths.voidsetSourceStorageType(String sourceStorageType) Set the sourceStorageType.voidsetTargetStorageId(String targetStorageId) Set the targetStorageId.voidsetTargetStorageType(String targetStorageType) Set the targetStorageType.toString()
-
Field Details
-
serialVersionUID
static final long serialVersionUID- See Also:
-
productId
-
sourceStorageType
The type of the storage -
sourceFilePaths
-
targetStorageId
-
targetStorageType
The type of the storage -
registeredFilePath
-
registered
-
registeredFilesCount
-
registeredFilesList
-
deleted
-
message
-
-
Constructor Details
-
RestProductFS
public RestProductFS()Creates a new RestProductFS. -
RestProductFS
public RestProductFS(String productId, String sourceStorageType, List<String> sourceFilePaths, String targetStorageId, String targetStorageType, String registeredFilePath, Boolean registered, Long registeredFilesCount, List<String> registeredFilesList, Boolean deleted, String message) Creates a new RestProductFS.
-
-
Method Details
-
getProductId
Returns the productId.- Returns:
- productId
-
setProductId
Set the productId.- Parameters:
productId- the new productId
-
getSourceStorageType
Returns the sourceStorageType.- Returns:
- sourceStorageType
-
setSourceStorageType
Set the sourceStorageType.- Parameters:
sourceStorageType- the new sourceStorageType
-
getSourceFilePaths
Returns the sourceFilePaths.- Returns:
- sourceFilePaths
-
setSourceFilePaths
Set the sourceFilePaths.- Parameters:
sourceFilePaths- the new sourceFilePaths
-
getTargetStorageId
Returns the targetStorageId.- Returns:
- targetStorageId
-
setTargetStorageId
Set the targetStorageId.- Parameters:
targetStorageId- the new targetStorageId
-
getTargetStorageType
Returns the targetStorageType.- Returns:
- targetStorageType
-
setTargetStorageType
Set the targetStorageType.- Parameters:
targetStorageType- the new targetStorageType
-
getRegisteredFilePath
Returns the registeredFilePath.- Returns:
- registeredFilePath
-
setRegisteredFilePath
Set the registeredFilePath.- Parameters:
registeredFilePath- the new registeredFilePath
-
getRegistered
Returns the registered.- Returns:
- registered
-
setRegistered
Set the registered.- Parameters:
registered- the new registered
-
getRegisteredFilesCount
Returns the registeredFilesCount.- Returns:
- registeredFilesCount
-
setRegisteredFilesCount
Set the registeredFilesCount.- Parameters:
registeredFilesCount- the new registeredFilesCount
-
getRegisteredFilesList
Returns the registeredFilesList.- Returns:
- registeredFilesList
-
setRegisteredFilesList
Set the registeredFilesList.- Parameters:
registeredFilesList- the new registeredFilesList
-
getDeleted
Returns the deleted.- Returns:
- deleted
-
setDeleted
Set the deleted.- Parameters:
deleted- the new deleted
-
getMessage
Returns the message.- Returns:
- message
-
setMessage
Set the message.- Parameters:
message- the new message
-
hashCode
public int hashCode() -
equals
-
toString
-