public class NextNode extends Object implements Serializable
Constructor and Description |
---|
NextNode() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getEl() |
String |
getExceptionType() |
List<String> |
getExceptionTypes() |
String |
getName() |
String |
getNextNodeId() |
String |
getTitle() |
void |
setDescription(String description) |
void |
setEl(String el) |
void |
setExceptionType(String exceptionType) |
void |
setName(String name) |
void |
setNextNodeId(String nextNodeId) |
void |
setTitle(String title) |
public String getName()
public void setName(String name)
public String getTitle()
public void setTitle(String title)
public String getDescription()
public void setDescription(String description)
public String getEl()
public void setEl(String el)
public String getNextNodeId()
public void setNextNodeId(String nextNodeId)
public String getExceptionType()
public void setExceptionType(String exceptionType)
Copyright © 2006–2018 TinyGroup. All rights reserved.