Class WorkPackageLink


  • public class WorkPackageLink
    extends Object
    The model of a link to a work package.
    Since:
    1.2.0-rc-1
    Version:
    $Id$
    • Constructor Detail

      • WorkPackageLink

        public WorkPackageLink()
    • Method Detail

      • getProject

        public String getProject()
        Returns:
        the id of the OpenProject project that is linked to a xwiki page.
      • setProject

        public void setProject​(String project)
        Parameters:
        project - see getProject().
      • getWorkPackage

        public String getWorkPackage()
        Returns:
        the id of the OpenProject work package that is linked to a xwiki page.
      • setWorkPackage

        public void setWorkPackage​(String workPackage)
        Parameters:
        workPackage - see getWorkPackage().
      • getInstance

        public String getInstance()
        Returns:
        the id of the configured OpenProject instance where the linked work package/project can be found.
      • setInstance

        public void setInstance​(String instance)
        Parameters:
        instance - see getInstance().