org.kuali.rice.kew.api.rule
Class RuleExpression
java.lang.Object
   org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.core.api.mo.AbstractDataTransferObject
       org.kuali.rice.kew.api.rule.RuleExpression
org.kuali.rice.kew.api.rule.RuleExpression
- All Implemented Interfaces: 
- Serializable, GloballyUnique, Identifiable, Versioned, ModelObjectBasic, ModelObjectComplete, RuleExpressionContract
- public final class RuleExpression 
- extends AbstractDataTransferObject- implements RuleExpressionContract
- See Also:
- Serialized Form
 
 
 
 
getType
public String getType()
- 
- Specified by:
- getTypein interface- RuleExpressionContract
 
- 
 
getExpression
public String getExpression()
- 
- Specified by:
- getExpressionin interface- RuleExpressionContract
 
- 
 
getId
public String getId()
- Description copied from interface: Identifiable
- The unique identifier for an object.  This can be null.
 
- 
- Specified by:
- getIdin interface- Identifiable
 
- 
- Returns:
- the id
 
getVersionNumber
public Long getVersionNumber()
- Description copied from interface: Versioned
- Returns the version number for this object.  In general, this value should only
 be null if the object has not yet been stored to a persistent data store.
 This version number is generally used for the purposes of optimistic locking.
 
- 
- Specified by:
- getVersionNumberin interface- Versioned
 
- 
- Returns:
- the version number, or null if one has not been assigned yet
 
getObjectId
public String getObjectId()
- Description copied from interface: GloballyUnique
- Return the globally unique object id of this object.  In general, this value should only
 be null if the object has not yet been stored to a persistent data store.
 
- 
- Specified by:
- getObjectIdin interface- GloballyUnique
 
- 
- Returns:
- the objectId of this object, or null if it has not been set yet
 
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.