Package de.xima.fc.gui.model
Class FileProvidingWrapper
- java.lang.Object
 - 
- de.xima.fc.gui.model.FileProvidingWrapper
 
 
- 
- All Implemented Interfaces:
 Serializable
public class FileProvidingWrapper extends Object implements Serializable
Common wrapper for file providing entities- Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description FileProvidingWrapper(IFileProviding<?,?> resource, ERessourcenTyp resourceType) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetName()ERessourcenTypgetResourceType()UUIDgetUUID()inthashCode()booleanisWrapperFor(Class<?> clazz)StringtoString()<T> Tunwrap(Class<T> clazz) 
 - 
 
- 
- 
Constructor Detail
- 
FileProvidingWrapper
public FileProvidingWrapper(IFileProviding<?,?> resource, ERessourcenTyp resourceType)
 
 - 
 
- 
Method Detail
- 
unwrap
public <T> T unwrap(Class<T> clazz)
 
- 
isWrapperFor
public boolean isWrapperFor(Class<?> clazz)
 
- 
getResourceType
public ERessourcenTyp getResourceType()
 
- 
getName
public String getName() throws NoSuchMethodException
- Throws:
 NoSuchMethodException
 
- 
getUUID
public UUID getUUID() throws NoSuchMethodException
- Throws:
 NoSuchMethodException
 
 - 
 
 -