Class ProjectProperties

    • Constructor Detail

      • ProjectProperties

        public ProjectProperties()
        Default constructor
      • ProjectProperties

        public ProjectProperties​(ProjectProperties template)
        Copy/clone constructor
        Parameters:
        template - object to copy
    • Method Detail

      • getIdentifier

        public String getIdentifier()
        Return the code value or symbol used to identify the project - typically unique.
        Returns:
        string identifier
      • setIdentifier

        public void setIdentifier​(String identifier)
        Set up the code value or symbol used to identify the project - typically unique.
        Parameters:
        identifier - string identifier
      • getName

        public String getName()
        Return the name of the project.
        Returns:
        string name
      • setName

        public void setName​(String name)
        Set up the name of the project.
        Parameters:
        name - string name
      • getDescription

        public String getDescription()
        Return the description of the project.
        Returns:
        text
      • setDescription

        public void setDescription​(String description)
        Set up the description of the project.
        Parameters:
        description - text
      • getStatus

        public String getStatus()
        Return the status for this project.
        Returns:
        string id
      • setStatus

        public void setStatus​(String status)
        Set up the status for this project.
        Parameters:
        status - string id
      • getStartDate

        public Date getStartDate()
        Return the date that the project was created.
        Returns:
        date
      • setStartDate

        public void setStartDate​(Date startDate)
        Set up the date that the project was created.
        Parameters:
        startDate - date
      • getPlannedEndDate

        public Date getPlannedEndDate()
        Return the date that the project is expected to complete.
        Returns:
        date
      • setPlannedEndDate

        public void setPlannedEndDate​(Date plannedEndDate)
        Set up the date that the project is expected to complete.
        Parameters:
        plannedEndDate - date
      • equals

        public boolean equals​(Object objectToCompare)
        Return comparison result based on the content of the properties.
        Overrides:
        equals in class ReferenceableProperties
        Parameters:
        objectToCompare - test object
        Returns:
        result of comparison