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