org.kuali.rice.kew.api.rule
Class RuleTemplateOption
java.lang.Object
   org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.core.api.mo.AbstractDataTransferObject
       org.kuali.rice.kew.api.rule.RuleTemplateOption
org.kuali.rice.kew.api.rule.RuleTemplateOption
- All Implemented Interfaces: 
- Serializable, Identifiable, Versioned, ModelObjectBasic, ModelObjectComplete, RuleTemplateOptionContract
- public final class RuleTemplateOption 
- extends AbstractDataTransferObject- implements RuleTemplateOptionContract
- See Also:
- Serialized Form
 
 
 
 
getValue
public String getValue()
- 
- Specified by:
- getValuein interface- RuleTemplateOptionContract
 
- 
 
getRuleTemplateId
public String getRuleTemplateId()
- 
- Specified by:
- getRuleTemplateIdin interface- RuleTemplateOptionContract
 
- 
 
getCode
public String getCode()
- 
- Specified by:
- getCodein interface- RuleTemplateOptionContract
 
- 
 
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
 
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.