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()
ModelBuilder
build
in interface ModelBuilder
public String getValue()
getValue
in interface RouteNodeInstanceStateContract
public String getKey()
getKey
in interface RouteNodeInstanceStateContract
public String getId()
Identifiable
getId
in interface Identifiable
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.