public final class RuleExpression extends AbstractDataTransferObject implements RuleExpressionContract
Modifier and Type | Class and Description |
---|---|
static class |
RuleExpression.Builder
A builder which can be used to construct
RuleExpression instances. |
Modifier and Type | Method and Description |
---|---|
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.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
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
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.