Package com.podio.app
Class ApplicationConfigurationBase
- java.lang.Object
-
- com.podio.app.ApplicationConfigurationBase
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ApplicationConfiguration,ApplicationConfigurationCreate
public abstract class ApplicationConfigurationBase extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
-
-
-
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)
-
getDefaultView
public ApplicationViewType getDefaultView()
-
setDefaultView
public void setDefaultView(ApplicationViewType defaultView)
-
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)
-
-