Class StepPerformedResultDV
- java.lang.Object
-
- org.gcube.application.geoportalcommon.shared.geoportal.step.StepPerformedResultDV
-
- All Implemented Interfaces:
Serializable
public class StepPerformedResultDV extends Object implements Serializable
The Class StepPerformedResultDV.- Author:
- Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Apr 11, 2024
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StepPerformedResultDV()Instantiates a new step performed result DV.StepPerformedResultDV(String profileID, String projectId, LifecycleInformationDV lifecycleInfoDV)Instantiates a new step performed result DV.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LifecycleInformationDVgetLifecycleInfoDV()Gets the lifecycle info DV.StringgetProfileID()Gets the profile ID.StringgetProjectId()Gets the project id.voidsetLifecycleInfoDV(LifecycleInformationDV lifecycleInfoDV)Sets the lifecycle info DV.voidsetProfileID(String profileID)Sets the profile ID.voidsetProjectId(String projectId)Sets the project id.StringtoString()To string.
-
-
-
Constructor Detail
-
StepPerformedResultDV
public StepPerformedResultDV()
Instantiates a new step performed result DV.
-
StepPerformedResultDV
public StepPerformedResultDV(String profileID, String projectId, LifecycleInformationDV lifecycleInfoDV)
Instantiates a new step performed result DV.- Parameters:
profileID- the profile IDprojectId- the project idlifecycleInfoDV- the lifecycle info DV
-
-
Method Detail
-
getProjectId
public String getProjectId()
Gets the project id.- Returns:
- the project id
-
getProfileID
public String getProfileID()
Gets the profile ID.- Returns:
- the profile ID
-
getLifecycleInfoDV
public LifecycleInformationDV getLifecycleInfoDV()
Gets the lifecycle info DV.- Returns:
- the lifecycle info DV
-
setProjectId
public void setProjectId(String projectId)
Sets the project id.- Parameters:
projectId- the new project id
-
setProfileID
public void setProfileID(String profileID)
Sets the profile ID.- Parameters:
profileID- the new profile ID
-
setLifecycleInfoDV
public void setLifecycleInfoDV(LifecycleInformationDV lifecycleInfoDV)
Sets the lifecycle info DV.- Parameters:
lifecycleInfoDV- the new lifecycle info DV
-
-