public final class RouteNode extends AbstractDataTransferObject implements RouteNodeContract
| Modifier and Type | Class and Description |
|---|---|
static class |
RouteNode.Builder
A builder which can be used to construct
RouteNode instances. |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivationType() |
String |
getBranchName() |
List<RouteNodeConfigurationParameter> |
getConfigurationParameters() |
String |
getDocumentTypeId() |
String |
getExceptionGroupId() |
String |
getId() |
String |
getName() |
String |
getNextDocumentStatus() |
List<String> |
getNextNodeIds() |
List<String> |
getPreviousNodeIds() |
String |
getRouteMethodCode() |
String |
getRouteMethodName() |
String |
getType() |
Long |
getVersionNumber() |
boolean |
isFinalApproval() |
boolean |
isMandatory() |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getId()
getId in interface Identifiablepublic String getName()
getName in interface RouteNodeContractpublic String getDocumentTypeId()
getDocumentTypeId in interface RouteNodeContractpublic String getRouteMethodName()
getRouteMethodName in interface RouteNodeContractpublic String getRouteMethodCode()
getRouteMethodCode in interface RouteNodeContractpublic boolean isFinalApproval()
isFinalApproval in interface RouteNodeContractpublic boolean isMandatory()
isMandatory in interface RouteNodeContractpublic String getActivationType()
getActivationType in interface RouteNodeContractpublic String getExceptionGroupId()
getExceptionGroupId in interface RouteNodeContractpublic String getType()
getType in interface RouteNodeContractpublic String getBranchName()
getBranchName in interface RouteNodeContractpublic String getNextDocumentStatus()
getNextDocumentStatus in interface RouteNodeContractpublic List<RouteNodeConfigurationParameter> getConfigurationParameters()
getConfigurationParameters in interface RouteNodeContractpublic List<String> getPreviousNodeIds()
getPreviousNodeIds in interface RouteNodeContractpublic List<String> getNextNodeIds()
getNextNodeIds in interface RouteNodeContractpublic Long getVersionNumber()
getVersionNumber in interface VersionedCopyright © 2005–2016 The Kuali Foundation. All rights reserved.