Class ContractInfoTreeView
java.lang.Object
ru.bgcrm.plugin.bgbilling.proto.model.ContractInfoTreeView
- 
Constructor Summary
ConstructorsConstructorDescriptionContractInfoTreeView(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 TypeMethodDescriptionvoidaddChild(String title, String value, ContractInfo.ActionName detailInfo, ContractInfo.ParameterValue... actionParameters) voidaddChild(List<ContractInfoTreeView> children, String title, String value, ContractInfo.ActionName detailInfo, ContractInfo.ParameterValue... actionParameters) voidaddChild(ContractInfoTreeView child) voiddetailInfo(ContractInfo.ActionName detailInfo) getTitle()getValue()voidsetChildren(List<ContractInfoTreeView> children) voidvoid 
- 
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
 
 -