com.silverpeas.processManager
Class StepVO
java.lang.Object
com.silverpeas.processManager.StepVO
public class StepVO
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StepVO
public StepVO()
getStepId
public String getStepId()
- Returns:
- the stepId
setStepId
public void setStepId(String stepId)
- Parameters:
stepId - the stepId to set
getActivity
public String getActivity()
- Returns:
- the activity
getContent
public HistoryStepContent getContent()
- Returns:
- the content
setContent
public void setContent(HistoryStepContent content)
- Parameters:
content - the content to set
setActivity
public void setActivity(String activity)
- Parameters:
activity - the activity to set
getActorFullName
public String getActorFullName()
- Returns:
- the actorFullName
setActorFullName
public void setActorFullName(String actorFullName)
- Parameters:
actorFullName - the actorFullName to set
getActionName
public String getActionName()
- Returns:
- the actionName
setActionName
public void setActionName(String actionName)
- Parameters:
actionName - the actionName to set
getStepDate
public String getStepDate()
- Returns:
- the stepDate
setStepDate
public void setStepDate(String stepDate)
- 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
Copyright © 2016 Silverpeas. All Rights Reserved.