public final class DocumentDetail extends AbstractDataTransferObject implements DocumentDetailContract
Modifier and Type | Class and Description |
---|---|
static class |
DocumentDetail.Builder
A builder which can be used to construct
DocumentDetail instances. |
Modifier and Type | Method and Description |
---|---|
List<ActionRequest> |
getActionRequests() |
List<ActionTaken> |
getActionsTaken() |
Document |
getDocument() |
List<RouteNodeInstance> |
getRouteNodeInstances() |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
public Document getDocument()
getDocument
in interface DocumentDetailContract
public List<ActionRequest> getActionRequests()
getActionRequests
in interface DocumentDetailContract
public List<ActionTaken> getActionsTaken()
getActionsTaken
in interface DocumentDetailContract
public List<RouteNodeInstance> getRouteNodeInstances()
getRouteNodeInstances
in interface DocumentDetailContract
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.