public class Skeleton extends Object
| Constructor and Description |
|---|
Skeleton() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(IExtChild child)
Adds an extension child to this skeleton.
|
List<IExtChild> |
getChildren()
Gets the list of extension children for this skeleton.
|
String |
getHref()
Gets the href for this skeleton.
|
void |
setHref(String href)
Sets the href for this skeleton.
|
public void setHref(String href)
href - the new href to set (can be null).public String getHref()
public void addChild(IExtChild child)
child - the extension child object to add.Copyright © 2020. All rights reserved.