public class AbstractConvertRuleSetPlugIn extends java.lang.Object implements IConvertRuleSetPlugIn
| 构造器和说明 |
|---|
AbstractConvertRuleSetPlugIn() |
| 限定符和类型 | 方法和说明 |
|---|---|
BillEntityType |
getSrcMainType()
上游单据主实体
|
BillEntityType |
getTgtMainType()
下游单据主实体
|
void |
loadFuncTypes(LoadFuncTypesEventArgs e)
读取自定义函数
|
void |
setContext(BillEntityType srcMainType,
BillEntityType tgtMainType)
设置上下文
|
public void setContext(BillEntityType srcMainType, BillEntityType tgtMainType)
IConvertRuleSetPlugInsetContext 在接口中 IConvertRuleSetPlugInsrcMainType - 上游单据主实体tgtMainType - 下游单据主实体public BillEntityType getSrcMainType()
IConvertRuleSetPlugIngetSrcMainType 在接口中 IConvertRuleSetPlugInpublic BillEntityType getTgtMainType()
IConvertRuleSetPlugIngetTgtMainType 在接口中 IConvertRuleSetPlugInpublic void loadFuncTypes(LoadFuncTypesEventArgs e)
IConvertRuleSetPlugInloadFuncTypes 在接口中 IConvertRuleSetPlugIn