public class ContractInfoTreeView
extends java.lang.Object
Constructor and Description |
---|
ContractInfoTreeView(java.util.List<ContractInfoTreeView> children,
java.lang.String title,
java.lang.String value,
ContractInfo.ActionName detailInfo,
ContractInfo.ParameterValue... actionParameters) |
ContractInfoTreeView(java.lang.String title,
java.lang.String value,
ContractInfo.ActionName detailInfo,
ContractInfo.ParameterValue... actionParameters) |
Modifier and Type | Method and Description |
---|---|
void |
addChild(ContractInfoTreeView child) |
void |
addChild(java.util.List<ContractInfoTreeView> children,
java.lang.String title,
java.lang.String value,
ContractInfo.ActionName detailInfo,
ContractInfo.ParameterValue... actionParameters) |
void |
addChild(java.lang.String title,
java.lang.String value,
ContractInfo.ActionName detailInfo,
ContractInfo.ParameterValue... actionParameters) |
ContractInfo.ActionName |
detailInfo() |
void |
detailInfo(ContractInfo.ActionName detailInfo) |
java.util.List<ContractInfo.ParameterValue> |
getActionParameterList() |
java.util.List<ContractInfoTreeView> |
getChildren() |
java.lang.String |
getTitle() |
java.lang.String |
getValue() |
void |
setChildren(java.util.List<ContractInfoTreeView> children) |
void |
setTitle(java.lang.String title) |
void |
setValue(java.lang.String value) |
public ContractInfoTreeView(java.util.List<ContractInfoTreeView> children, java.lang.String title, java.lang.String value, ContractInfo.ActionName detailInfo, ContractInfo.ParameterValue... actionParameters)
public ContractInfoTreeView(java.lang.String title, java.lang.String value, ContractInfo.ActionName detailInfo, ContractInfo.ParameterValue... actionParameters)
public void addChild(ContractInfoTreeView child)
public void addChild(java.util.List<ContractInfoTreeView> children, java.lang.String title, java.lang.String value, ContractInfo.ActionName detailInfo, ContractInfo.ParameterValue... actionParameters)
public void addChild(java.lang.String title, java.lang.String value, ContractInfo.ActionName detailInfo, ContractInfo.ParameterValue... actionParameters)
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
public java.lang.String getValue()
public void setValue(java.lang.String value)
public java.util.List<ContractInfoTreeView> getChildren()
public void setChildren(java.util.List<ContractInfoTreeView> children)
public ContractInfo.ActionName detailInfo()
public void detailInfo(ContractInfo.ActionName detailInfo)
public java.util.List<ContractInfo.ParameterValue> getActionParameterList()