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()
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) |
public static RuleExpression.Builder create()
public static RuleExpression.Builder create(RuleExpressionContract contract)
public RuleExpression build()
ModelBuilder
build
in interface ModelBuilder
public String getType()
getType
in interface RuleExpressionContract
public String getExpression()
getExpression
in interface RuleExpressionContract
public String getId()
Identifiable
getId
in interface Identifiable
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public String getObjectId()
GloballyUnique
getObjectId
in interface GloballyUnique
public void setExpression(String expression)
public void setVersionNumber(Long versionNumber)
public void setObjectId(String objectId)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.