public class ApplicationConfiguration extends ApplicationConfigurationBase
| Constructor and Description |
|---|
ApplicationConfiguration() |
ApplicationConfiguration(String name,
String itemName,
String description,
String usage,
String externalId,
String icon,
boolean allowEdit,
ApplicationViewType defaultView,
boolean allowAttachments,
boolean allowComments,
boolean fivestar,
String fivestarLabel,
boolean approved,
boolean thumbs,
String thumbsLabel,
boolean rsvp,
String rsvpLabel,
boolean yesno,
String yesnoLabel,
List<ApplicationTask> tasks) |
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationTask> |
getTasks() |
void |
setTasks(List<ApplicationTask> tasks) |
getDefaultView, getDescription, getExternalId, getFivestarLabel, getIcon, getItemName, getName, getRsvpLabel, getThumbsLabel, getUsage, getYesnoLabel, isAllowAttachments, isAllowComments, isAllowEdit, isApproved, isFivestar, isRsvp, isThumbs, isYesno, setAllowAttachments, setAllowComments, setAllowEdit, setApproved, setDefaultView, setDescription, setExternalId, setFivestar, setFivestarLabel, setIcon, setItemName, setName, setRsvp, setRsvpLabel, setThumbs, setThumbsLabel, setUsage, setYesno, setYesnoLabelpublic ApplicationConfiguration()
public ApplicationConfiguration(String name, String itemName, String description, String usage, String externalId, String icon, boolean allowEdit, ApplicationViewType defaultView, boolean allowAttachments, boolean allowComments, boolean fivestar, String fivestarLabel, boolean approved, boolean thumbs, String thumbsLabel, boolean rsvp, String rsvpLabel, boolean yesno, String yesnoLabel, List<ApplicationTask> tasks)
public List<ApplicationTask> getTasks()
public void setTasks(List<ApplicationTask> tasks)
Copyright © 2014. All Rights Reserved.