org.kuali.rice.krms.impl.repository
Class ContextValidRuleBo
java.lang.Object
   org.kuali.rice.krms.impl.repository.ContextValidRuleBo
org.kuali.rice.krms.impl.repository.ContextValidRuleBo
- All Implemented Interfaces: 
- Serializable, Versioned
- @Entity
public class ContextValidRuleBo 
- extends Object- implements Versioned, Serializable
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ContextValidRuleBo
public ContextValidRuleBo()
getId
public String getId()
- 
 
- 
 
setId
public void setId(String id)
- 
 
- 
 
getContextId
public String getContextId()
- 
 
- 
 
setContextId
public void setContextId(String contextId)
- 
 
- 
 
getRuleTypeId
public String getRuleTypeId()
- 
 
- 
 
setRuleTypeId
public void setRuleTypeId(String ruleTypeId)
- 
 
- 
 
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
 
setVersionNumber
public void setVersionNumber(Long versionNumber)
- 
 
- 
 
getRuleType
public KrmsTypeBo getRuleType()
- 
 
- 
 
setRuleType
public void setRuleType(KrmsTypeBo ruleType)
- 
 
- 
 
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.