Class Project


  • public class Project
    extends Object
    Represents a project.
    • Constructor Detail

      • Project

        public Project()
    • Method Detail

      • id

        public UUID id()
        Get the id value.
        Returns:
        the id value
      • name

        public String name()
        Get the name value.
        Returns:
        the name value
      • withName

        public Project withName​(String name)
        Set the name value.
        Parameters:
        name - the name value to set
        Returns:
        the Project object itself.
      • description

        public String description()
        Get the description value.
        Returns:
        the description value
      • withDescription

        public Project withDescription​(String description)
        Set the description value.
        Parameters:
        description - the description value to set
        Returns:
        the Project object itself.
      • settings

        public ProjectSettings settings()
        Get the settings value.
        Returns:
        the settings value
      • withSettings

        public Project withSettings​(ProjectSettings settings)
        Set the settings value.
        Parameters:
        settings - the settings value to set
        Returns:
        the Project object itself.
      • created

        public org.joda.time.DateTime created()
        Get the created value.
        Returns:
        the created value
      • lastModified

        public org.joda.time.DateTime lastModified()
        Get the lastModified value.
        Returns:
        the lastModified value
      • thumbnailUri

        public String thumbnailUri()
        Get the thumbnailUri value.
        Returns:
        the thumbnailUri value
      • drModeEnabled

        public Boolean drModeEnabled()
        Get the drModeEnabled value.
        Returns:
        the drModeEnabled value