Class ContractInfoTreeView
java.lang.Object
ru.bgcrm.plugin.bgbilling.proto.model.ContractInfoTreeView
-
Constructor Summary
ConstructorDescriptionContractInfoTreeView
(String title, String value, ContractInfo.ActionName detailInfo, ContractInfo.ParameterValue... actionParameters) ContractInfoTreeView
(List<ContractInfoTreeView> children, String title, String value, ContractInfo.ActionName detailInfo, ContractInfo.ParameterValue... actionParameters) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addChild
(String title, String value, ContractInfo.ActionName detailInfo, ContractInfo.ParameterValue... actionParameters) void
addChild
(List<ContractInfoTreeView> children, String title, String value, ContractInfo.ActionName detailInfo, ContractInfo.ParameterValue... actionParameters) void
addChild
(ContractInfoTreeView child) void
detailInfo
(ContractInfo.ActionName detailInfo) getTitle()
getValue()
void
setChildren
(List<ContractInfoTreeView> children) void
void
-
Constructor Details
-
ContractInfoTreeView
public ContractInfoTreeView(List<ContractInfoTreeView> children, String title, String value, ContractInfo.ActionName detailInfo, ContractInfo.ParameterValue... actionParameters) -
ContractInfoTreeView
public ContractInfoTreeView(String title, String value, ContractInfo.ActionName detailInfo, ContractInfo.ParameterValue... actionParameters)
-
-
Method Details
-
addChild
-
addChild
public void addChild(List<ContractInfoTreeView> children, String title, String value, ContractInfo.ActionName detailInfo, ContractInfo.ParameterValue... actionParameters) -
addChild
public void addChild(String title, String value, ContractInfo.ActionName detailInfo, ContractInfo.ParameterValue... actionParameters) -
getTitle
-
setTitle
-
getValue
-
setValue
-
getChildren
-
setChildren
-
detailInfo
-
detailInfo
-
getActionParameterList
-