public class Template extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
location |
protected String |
name |
Constructor and Description |
---|
Template() |
Modifier and Type | Method and Description |
---|---|
String |
getLocation()
Returns the location of the Template.
|
String |
getName()
Returns the name of the Template.
|
Template |
setLocation(String location)
Sets the location of the Template.
|
Template |
setName(String name)
Sets the name of the Template.
|
public String getLocation()
public String getName()
public Template setLocation(String location)
location
- a String used to set location