|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kew.api.rule.RuleExpression.Builder
public static final class RuleExpression.Builder
A builder which can be used to construct RuleExpression instances. Enforces the constraints of the RuleExpressionContract.
| Method Summary | |
|---|---|
RuleExpression |
build()
Returns an instance of the object being built by this builder based on the current state of the builder. |
static RuleExpression.Builder |
create()
|
static RuleExpression.Builder |
create(RuleExpressionContract contract)
|
String |
getExpression()
|
String |
getId()
The unique identifier for an object. |
String |
getObjectId()
Return the globally unique object id of this object. |
String |
getType()
|
Long |
getVersionNumber()
Returns the version number for this object. |
void |
setExpression(String expression)
|
void |
setId(String id)
|
void |
setObjectId(String objectId)
|
void |
setType(String type)
|
void |
setVersionNumber(Long versionNumber)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static RuleExpression.Builder create()
public static RuleExpression.Builder create(RuleExpressionContract contract)
public RuleExpression build()
ModelBuilder
build in interface ModelBuilderpublic String getType()
getType in interface RuleExpressionContractpublic String getExpression()
getExpression in interface RuleExpressionContractpublic String getId()
Identifiable
getId in interface Identifiablepublic Long getVersionNumber()
Versioned
getVersionNumber in interface Versionedpublic String getObjectId()
GloballyUnique
getObjectId in interface GloballyUniquepublic void setType(String type)
public void setExpression(String expression)
public void setId(String id)
public void setVersionNumber(Long versionNumber)
public void setObjectId(String objectId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||