Class LoadPropsRetVal<TModel,TBean>
- java.lang.Object
 - 
- de.xima.fc.workflow.designer.model.LoadPropsRetVal<TModel,TBean>
 
 
- 
public class LoadPropsRetVal<TModel,TBean> extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description LoadPropsRetVal(String propertiesView, TBean bean, IElementWithTask<TModel> nodeModel, com.alibaba.fastjson.JSONObject customPropsJson, Object customProps, IElementHelpLocation elementHelp) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TBeangetBean()ObjectgetCustomProps()com.alibaba.fastjson.JSONObjectgetCustomPropsJson()IElementHelpLocationgetElementHelp()IElementWithTask<TModel>getNodeModel()StringgetPropertiesView() 
 - 
 
- 
- 
Constructor Detail
- 
LoadPropsRetVal
public LoadPropsRetVal(String propertiesView, TBean bean, IElementWithTask<TModel> nodeModel, com.alibaba.fastjson.JSONObject customPropsJson, Object customProps, IElementHelpLocation elementHelp)
 
 - 
 
- 
Method Detail
- 
getBean
public TBean getBean()
 
- 
getCustomProps
public Object getCustomProps()
 
- 
getCustomPropsJson
public com.alibaba.fastjson.JSONObject getCustomPropsJson()
 
- 
getElementHelp
public IElementHelpLocation getElementHelp()
 
- 
getNodeModel
public IElementWithTask<TModel> getNodeModel()
 
- 
getPropertiesView
public String getPropertiesView()
 
 - 
 
 -