Package org.alfresco.repo.action
Class CommonResourceAbstractBase
java.lang.Object
org.alfresco.repo.action.CommonResourceAbstractBase
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware
- Direct Known Subclasses:
ParameterizedItemAbstractBase,RuleTypeImpl
public abstract class CommonResourceAbstractBase
extends Object
implements org.springframework.beans.factory.BeanNameAware
Common resouce abstract base class.
- Author:
- Roy Wetherall
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
The bean name
-
-
Constructor Details
-
CommonResourceAbstractBase
public CommonResourceAbstractBase()
-
-
Method Details
-
setBeanName
Set the bean name- Specified by:
setBeanNamein interfaceorg.springframework.beans.factory.BeanNameAware- Parameters:
name- the bean name
-