public class TemplateDescription extends Object
| Constructor and Description |
|---|
TemplateDescription(long id,
String owner,
String name,
String description,
String agency,
Calendar creationdDate,
Template template,
List<String> sharedWith) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAgency() |
Calendar |
getCreationdDate() |
String |
getDescription() |
long |
getId() |
String |
getName() |
String |
getOwner() |
List<String> |
getSharedWithGroups() |
List<String> |
getSharedWithUsers() |
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 String getOwner()
public long getId()
public Calendar getCreationdDate()
Copyright © 2019. All Rights Reserved.