Class ObjectDescription
java.lang.Object
fr.gouv.vitam.storage.engine.common.model.request.ObjectDescription
Simple object holding data used to retrieve an Object from the workspace
-
Constructor Summary
ConstructorDescriptionEmpty Constructor.ObjectDescription
(DataCategory type, String workspaceContainerGUID, String objectName, String workspaceObjectUri) Constructor with DataCategory parameter -
Method Summary
Modifier and TypeMethodDescriptiongetType()
setObjectName
(String objectName) setType
(DataCategory type) setWorkspaceContainerGUID
(String workspaceContainerGUID) setWorkspaceObjectURI
(String workspaceObjectURI)
-
Constructor Details
-
ObjectDescription
public ObjectDescription()Empty Constructor. -
ObjectDescription
public ObjectDescription(DataCategory type, String workspaceContainerGUID, String objectName, String workspaceObjectUri) Constructor with DataCategory parameter- Parameters:
type
- the collection tyoeworkspaceContainerGUID
- the container guid in workspaceobjectName
- the object nameworkspaceObjectUri
- the workspace uri of the object
-
-
Method Details
-
getWorkspaceObjectURI
- Returns:
- workspaceObjectURI
-
setWorkspaceObjectURI
- Parameters:
workspaceObjectURI
- to set- Returns:
- this
-
getWorkspaceContainerGUID
- Returns:
- workspaceContainerGUID
-
setWorkspaceContainerGUID
- Parameters:
workspaceContainerGUID
- to set- Returns:
- this
-
getObjectName
- Returns:
- the objectName
-
setObjectName
- Parameters:
objectName
- the objectName to set- Returns:
- this
-
getType
- Returns:
- the type
-
setType
- Parameters:
type
- the type to set- Returns:
- this
-