public class TemplateDataRepeat extends Object
| Modifier and Type | Field and Description |
|---|---|
Vector |
body
Description of the Field
|
String |
id
Description of the Field
|
TemplateDataRepeat |
parent |
| Constructor and Description |
|---|
TemplateDataRepeat(String id,
Vector body,
TemplateDataRepeat parent)
Constructor for the TemplateDataRepeat object
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Description of the Method
|
TemplateDataVar |
findVar(String id) |
TemplateDataRepeat |
getParent() |
public String id
public Vector body
public TemplateDataRepeat parent
public TemplateDataRepeat(String id, Vector body, TemplateDataRepeat parent)
id - Description of Parameterbody - Description of Parameterpublic boolean equals(Object o)
public TemplateDataRepeat getParent()
public TemplateDataVar findVar(String id)
Copyright © 2012. All Rights Reserved.