public class TemplateDataVar extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
attID
The id of the attribute of the entity where the "value" comes from
|
String |
entityID
The id of the entity where the "value" comes from
|
String |
id
Description of the Field
|
String |
value
The value stored by the variable
|
| Constructor and Description |
|---|
TemplateDataVar(String id,
String value)
Constructor for the TemplateDataVar object
|
TemplateDataVar(String id,
String value,
String entityID,
String attID) |
public String id
public String value
public String entityID
public String attID
public TemplateDataVar(String id, String value)
id - Description of Parametervalue - Description of Parameterpublic boolean equals(Object o)
Copyright © 2012. All Rights Reserved.