Interface IScopeAccessor<Holder,Scope>
- 
- Type Parameters:
 Holder- Type of the object that contains the information.Scope- Type of the scope of an object.
- All Superinterfaces:
 IScopeGetter<Holder,Scope>,IScopeSetter<Holder,Scope>
- All Known Subinterfaces:
 IEntityFileSystemBeanAdapter<Entry,Entity,Scope>
public interface IScopeAccessor<Holder,Scope> extends IScopeGetter<Holder,Scope>, IScopeSetter<Holder,Scope>
Accessor (getter+setter) for the scope of an object.- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
- 
Methods inherited from interface de.xima.fc.common.function.accessor.IScopeGetter
getScope 
- 
Methods inherited from interface de.xima.fc.common.function.accessor.IScopeSetter
setScope 
 - 
 
 -