public abstract class AbstractStepListContainer<T> extends Object implements StepListContainer<T>
Modifier and Type | Field and Description |
---|---|
protected ListStepDefinition<T> |
currentListStepDefinition |
protected String |
id |
protected List<ListStepDefinition<T>> |
steps |
Constructor and Description |
---|
AbstractStepListContainer() |
Modifier and Type | Method and Description |
---|---|
void |
addStepList(ListStepDefinition<T> stepDefinition) |
String |
getId() |
List<ListStepDefinition<T>> |
getStepList() |
ListStepDefinition<T> |
inList() |
void |
setId(String id) |
protected String id
protected List<ListStepDefinition<T>> steps
protected ListStepDefinition<T> currentListStepDefinition
public String getId()
public void setId(String id)
public void addStepList(ListStepDefinition<T> stepDefinition)
addStepList
in interface StepListContainer<T>
public List<ListStepDefinition<T>> getStepList()
getStepList
in interface StepListContainer<T>
public ListStepDefinition<T> inList()
Copyright © 2016 Alfresco. All rights reserved.