public class Company extends NamedNode implements TreeNode
| Constructor and Description |
|---|
Company() |
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
children() |
boolean |
getAllowsChildren() |
List<CD> |
getCds() |
TreeNode |
getChildAt(int childIndex) |
int |
getChildCount() |
Country |
getCountry() |
int |
getIndex(TreeNode node) |
TreeNode |
getParent() |
boolean |
isLeaf() |
void |
setCountry(Country country) |
void |
setParent(Country country) |
public TreeNode getChildAt(int childIndex)
getChildAt in interface TreeNodepublic int getChildCount()
getChildCount in interface TreeNodepublic void setParent(Country country)
public boolean getAllowsChildren()
getAllowsChildren in interface TreeNodepublic Enumeration children()
public Country getCountry()
public void setCountry(Country country)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.