Package org.kuali.rice.kew.rule
Class RuleTemplateOptionBo
java.lang.Object
org.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.kew.rule.RuleTemplateOptionBo
- All Implemented Interfaces:
Serializable,Cloneable,org.eclipse.persistence.descriptors.changetracking.ChangeTracker,org.eclipse.persistence.internal.descriptors.PersistenceEntity,org.eclipse.persistence.internal.descriptors.PersistenceObject,org.eclipse.persistence.internal.weaving.PersistenceWeaved,org.eclipse.persistence.internal.weaving.PersistenceWeavedChangeTracking,org.eclipse.persistence.internal.weaving.PersistenceWeavedFetchGroups,org.eclipse.persistence.internal.weaving.PersistenceWeavedRest,org.eclipse.persistence.queries.FetchGroupTracker,Identifiable,Versioned,ModelObjectBasic,RuleTemplateOptionContract,BusinessObject
@Entity
public class RuleTemplateOptionBo
extends BusinessObjectBase
implements RuleTemplateOptionContract
Defines default values and other preset information for a
RuleBaseValues
which is based off of the associated RuleTemplateBo.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Field Summary
Fields inherited from class org.kuali.rice.krad.bo.BusinessObjectBase
_persistence_cacheKey, _persistence_fetchGroup, _persistence_href, _persistence_links, _persistence_listener, _persistence_primaryKey, _persistence_relationshipInfo, _persistence_session, _persistence_shouldRefreshFetchGroup -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()getId()getValue()voidrefresh()voidvoidvoidsetRuleTemplate(RuleTemplateBo ruleTemplate) voidsetRuleTemplateId(String ruleTemplateId) voidvoidsetVersionNumber(Long versionNumber) Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase
_persistence_checkFetched, _persistence_checkFetchedForSet, _persistence_get, _persistence_getCacheKey, _persistence_getFetchGroup, _persistence_getHref, _persistence_getId, _persistence_getLinks, _persistence_getPropertyChangeListener, _persistence_getRelationships, _persistence_getSession, _persistence_isAttributeFetched, _persistence_new, _persistence_post_clone, _persistence_propertyChange, _persistence_resetFetchGroup, _persistence_set, _persistence_setCacheKey, _persistence_setFetchGroup, _persistence_setHref, _persistence_setId, _persistence_setLinks, _persistence_setPropertyChangeListener, _persistence_setRelationships, _persistence_setSession, _persistence_setShouldRefreshFetchGroup, _persistence_shallow_clone, _persistence_shouldRefreshFetchGroup, toString
-
Constructor Details
-
RuleTemplateOptionBo
public RuleTemplateOptionBo() -
RuleTemplateOptionBo
-
-
Method Details
-
getCode
- Specified by:
getCodein interfaceRuleTemplateOptionContract
-
setCode
-
getVersionNumber
- Specified by:
getVersionNumberin interfaceVersioned
-
setVersionNumber
-
getRuleTemplate
-
setRuleTemplate
-
getRuleTemplateId
- Specified by:
getRuleTemplateIdin interfaceRuleTemplateOptionContract
-
getId
- Specified by:
getIdin interfaceIdentifiable
-
setId
-
getValue
- Specified by:
getValuein interfaceRuleTemplateOptionContract
-
setValue
-
refresh
public void refresh()- Specified by:
refreshin interfaceBusinessObject
-
setRuleTemplateId
-