Package com.podio.app

Class ApplicationConfigurationBase

    • Constructor Detail

      • ApplicationConfigurationBase

        public ApplicationConfigurationBase()
      • 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)
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getItemName

        public String getItemName()
      • setItemName

        public void setItemName​(String itemName)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getUsage

        public String getUsage()
      • setUsage

        public void setUsage​(String usage)
      • getExternalId

        public String getExternalId()
      • setExternalId

        public void setExternalId​(String externalId)
      • getIcon

        public String getIcon()
      • setIcon

        public void setIcon​(String icon)
      • isAllowEdit

        public boolean isAllowEdit()
      • setAllowEdit

        public void setAllowEdit​(boolean allowEdit)
      • isAllowAttachments

        public boolean isAllowAttachments()
      • setAllowAttachments

        public void setAllowAttachments​(boolean allowAttachments)
      • isAllowComments

        public boolean isAllowComments()
      • setAllowComments

        public void setAllowComments​(boolean allowComments)
      • isFivestar

        public boolean isFivestar()
      • setFivestar

        public void setFivestar​(boolean fivestar)
      • getFivestarLabel

        public String getFivestarLabel()
      • setFivestarLabel

        public void setFivestarLabel​(String fivestarLabel)
      • isApproved

        public boolean isApproved()
      • setApproved

        public void setApproved​(boolean approved)
      • isThumbs

        public boolean isThumbs()
      • setThumbs

        public void setThumbs​(boolean thumbs)
      • getThumbsLabel

        public String getThumbsLabel()
      • setThumbsLabel

        public void setThumbsLabel​(String thumbsLabel)
      • isRsvp

        public boolean isRsvp()
      • setRsvp

        public void setRsvp​(boolean rsvp)
      • getRsvpLabel

        public String getRsvpLabel()
      • setRsvpLabel

        public void setRsvpLabel​(String rsvpLabel)
      • isYesno

        public boolean isYesno()
      • setYesno

        public void setYesno​(boolean yesno)
      • getYesnoLabel

        public String getYesnoLabel()
      • setYesnoLabel

        public void setYesnoLabel​(String yesnoLabel)