Class EditProjectDetails

java.lang.Object
com.opensymphony.xwork2.ActionSupport
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, ProjectAdminSecurityAware, ReturnUrlAware, com.atlassian.core.i18n.I18nTextProvider, com.atlassian.struts.Preparable, com.atlassian.struts.TextProvider, com.atlassian.struts.ValidationAware, com.opensymphony.xwork.ValidationAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.Preparable, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class EditProjectDetails extends ProjectActionSupport implements ProjectAdminSecurityAware
See Also:
  • Constructor Details

    • EditProjectDetails

      public EditProjectDetails()
  • Method Details

    • input

      public String input()
      Overrides:
      input in class com.opensymphony.xwork2.ActionSupport
    • execute

      public String execute()
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class com.opensymphony.xwork2.ActionSupport
    • getProjectName

      public String getProjectName()
    • setProjectName

      public void setProjectName(String projectName)
    • getProjectDescription

      public String getProjectDescription()
    • setProjectDescription

      public void setProjectDescription(String projectDescription)
    • isSaved

      public boolean isSaved()
    • setSaved

      public void setSaved(boolean saved)