|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 ModelBuilder
public String getValue()
getValue
in interface RouteNodeInstanceStateContract
public String getKey()
getKey
in interface RouteNodeInstanceStateContract
public String getId()
Identifiable
getId
in interface Identifiable
public 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 |