Package de.xima.fc.form.common.models
Class XItemWidgetWrapper
- java.lang.Object
 - 
- de.xima.fc.form.common.models.XItemWidgetWrapper
 
 
- 
public class XItemWidgetWrapper extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description XItemWidgetWrapper(String uuid, Class<? extends IXItemWidget> wrap, Long versionTimestamp, String pluginName) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPluginName()StringgetUuid()LonggetVersionTimestamp()Class<? extends IXItemWidget>getWraped()IXItemWidgetnewInstance() 
 - 
 
- 
- 
Constructor Detail
- 
XItemWidgetWrapper
public XItemWidgetWrapper(String uuid, Class<? extends IXItemWidget> wrap, Long versionTimestamp, String pluginName)
 
 - 
 
- 
Method Detail
- 
getWraped
public Class<? extends IXItemWidget> getWraped()
 
- 
getUuid
public String getUuid()
 
- 
getVersionTimestamp
public Long getVersionTimestamp()
 
- 
newInstance
public IXItemWidget newInstance() throws InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchMethodException, SecurityException
 
- 
getPluginName
public String getPluginName()
 
 - 
 
 -