|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kew.api.document.node.RouteNodeInstanceState.Builder
public static final class RouteNodeInstanceState.Builder
A builder which can be used to construct RouteNodeInstanceState instances. Enforces the constraints of the RouteNodeInstanceStateContract.
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static RouteNodeInstanceState.Builder create()
public static RouteNodeInstanceState.Builder create(RouteNodeInstanceStateContract contract)
public RouteNodeInstanceState build()
ModelBuilder
build in interface ModelBuilderpublic String getValue()
getValue in interface RouteNodeInstanceStateContractpublic String getKey()
getKey in interface RouteNodeInstanceStateContractpublic String getId()
Identifiable
getId in interface Identifiablepublic void setValue(String value)
public void setKey(String key)
public void setId(String id)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||