public static final class RuleExpression.Builder extends Object implements Serializable, ModelBuilder, RuleExpressionContract
RuleExpression instances. Enforces the constraints of the RuleExpressionContract.| Modifier and Type | Method and Description |
|---|---|
RuleExpression |
build() |
static RuleExpression.Builder |
create() |
static RuleExpression.Builder |
create(RuleExpressionContract contract) |
String |
getExpression() |
String |
getId() |
String |
getObjectId() |
String |
getType() |
Long |
getVersionNumber() |
void |
setExpression(String expression) |
void |
setId(String id) |
void |
setObjectId(String objectId) |
void |
setType(String type) |
void |
setVersionNumber(Long versionNumber) |
public static RuleExpression.Builder create()
public static RuleExpression.Builder create(RuleExpressionContract contract)
public RuleExpression build()
build in interface ModelBuilderpublic String getType()
getType in interface RuleExpressionContractpublic String getExpression()
getExpression in interface RuleExpressionContractpublic String getId()
getId in interface Identifiablepublic Long getVersionNumber()
getVersionNumber in interface Versionedpublic String getObjectId()
getObjectId in interface GloballyUniquepublic void setExpression(String expression)
public void setVersionNumber(Long versionNumber)
public void setObjectId(String objectId)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.