public static final class RouteNodeInstanceState.Builder extends Object implements Serializable, ModelBuilder, RouteNodeInstanceStateContract
RouteNodeInstanceState instances. Enforces the constraints of the RouteNodeInstanceStateContract.| Modifier and Type | Method and Description |
|---|---|
RouteNodeInstanceState |
build()
Returns an instance of the object being built by this builder based
on the current state of the builder.
|
static RouteNodeInstanceState.Builder |
create() |
static RouteNodeInstanceState.Builder |
create(RouteNodeInstanceStateContract contract) |
String |
getId()
The unique identifier for an object.
|
String |
getKey() |
String |
getValue() |
void |
setId(String id) |
void |
setKey(String key) |
void |
setValue(String value) |
public static RouteNodeInstanceState.Builder create()
public static RouteNodeInstanceState.Builder create(RouteNodeInstanceStateContract contract)
public RouteNodeInstanceState build()
ModelBuilderbuild in interface ModelBuilderpublic String getValue()
getValue in interface RouteNodeInstanceStateContractpublic String getKey()
getKey in interface RouteNodeInstanceStateContractpublic String getId()
IdentifiablegetId in interface IdentifiableCopyright © 2005–2016 The Kuali Foundation. All rights reserved.