public class ApplicationConfigurationCreate extends ApplicationConfigurationBase
| Constructor and Description |
|---|
ApplicationConfigurationCreate() |
ApplicationConfigurationCreate(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<ApplicationTaskCreate> tasks) |
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationTaskCreate> |
getTasks() |
void |
setTasks(List<ApplicationTaskCreate> 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 ApplicationConfigurationCreate()
public ApplicationConfigurationCreate(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<ApplicationTaskCreate> tasks)
public List<ApplicationTaskCreate> getTasks()
public void setTasks(List<ApplicationTaskCreate> tasks)
Copyright © 2014. All Rights Reserved.