public class TemplateDescription extends Object
| Constructor and Description |
|---|
TemplateDescription(long id,
String name,
String description,
String agency,
Template template) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAgency() |
String |
getDescription() |
long |
getId() |
String |
getName() |
Template |
getTemplate() |
void |
setAgency(String agency) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setTemplate(Template template) |
public String getName()
public void setName(String name)
name - the name to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic String getAgency()
public void setAgency(String agency)
agency - the agency to setpublic Template getTemplate()
public void setTemplate(Template template)
template - the template to setpublic long getId()
Copyright © 2014. All Rights Reserved.