org.kuali.rice.krms.impl.repository
Class ContextValidActionBo
java.lang.Object
org.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.rice.krms.impl.repository.ContextValidActionBo
- All Implemented Interfaces:
- groovy.lang.GroovyObject, Serializable, org.apache.ojb.broker.PersistenceBrokerAware, GloballyUnique, Versioned, ModelObjectBasic, BusinessObject, PersistableBusinessObject
public class ContextValidActionBo
- extends PersistableBusinessObjectBase
- implements groovy.lang.GroovyObject
- See Also:
- Serialized Form
| Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId |
ContextValidActionBo
public ContextValidActionBo()
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClass in interface groovy.lang.GroovyObject
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc)
- Specified by:
setMetaClass in interface groovy.lang.GroovyObject
invokeMethod
public Object invokeMethod(String method,
Object arguments)
- Specified by:
invokeMethod in interface groovy.lang.GroovyObject
getProperty
public Object getProperty(String property)
- Specified by:
getProperty in interface groovy.lang.GroovyObject
setProperty
public void setProperty(String property,
Object value)
- Specified by:
setProperty in interface groovy.lang.GroovyObject
getId
public String getId()
setId
public void setId(String value)
getContextId
public String getContextId()
setContextId
public void setContextId(String value)
getActionTypeId
public String getActionTypeId()
setActionTypeId
public void setActionTypeId(String value)
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:
getVersionNumber in interface Versioned- Overrides:
getVersionNumber in class PersistableBusinessObjectBase
- Returns:
- the version number, or null if one has not been assigned yet
- See Also:
Versioned.getVersionNumber()
setVersionNumber
public void setVersionNumber(Long value)
- Description copied from interface:
PersistableBusinessObject
- Sets the business object's version number. It is rarely advisable
for client code to manually set this value as the framework should
generally handle the management of version numbers internally.
- Specified by:
setVersionNumber in interface PersistableBusinessObject- Overrides:
setVersionNumber in class PersistableBusinessObjectBase
- Parameters:
value - the version number to set on this business object- See Also:
Versioned.getVersionNumber()
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.