Package org.silverpeas.processmanager
Class StepVO
java.lang.Object
org.silverpeas.processmanager.StepVO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetActionName(String actionName) voidsetActivity(String activity) voidsetActorFullName(String actorFullName) voidsetContent(HistoryStepContent content) voidsetStepDate(String stepDate) voidvoidsetSubstituteFullName(String substituteFullName) voidsetVisible(boolean visible)
-
Constructor Details
-
StepVO
public StepVO()
-
-
Method Details
-
getStepId
- Returns:
- the stepId
-
setStepId
- Parameters:
stepId- the stepId to set
-
getActivity
- Returns:
- the activity
-
getContent
- Returns:
- the content
-
setContent
- Parameters:
content- the content to set
-
setActivity
- Parameters:
activity- the activity to set
-
getActorFullName
- Returns:
- the actorFullName
-
setActorFullName
- Parameters:
actorFullName- the actorFullName to set
-
getActionName
- Returns:
- the actionName
-
setActionName
- Parameters:
actionName- the actionName to set
-
getStepDate
- Returns:
- the stepDate
-
setStepDate
- Parameters:
stepDate- the stepDate to set
-
isVisible
public boolean isVisible()- Returns:
- the visible
-
setVisible
public void setVisible(boolean visible) - Parameters:
visible- the visible to set
-
getSubstituteFullName
-
setSubstituteFullName
-