Class JourneyStage

    • Method Detail

      • setIsJourneyStart

        public void setIsJourneyStart​(boolean isJourneyStart)
        Sets whether this stage is a journey start.
        Parameters:
        isJourneyStart - whether this stage is a journey start.
        Since:
        12.2.0
      • isJourneyStart

        public boolean isJourneyStart()
        Returns whether this stage is a journey start.
        Returns:
        whether this stage is a journey start
        Since:
        12.2.0
      • setIsJourneyEnd

        public void setIsJourneyEnd​(boolean isJourneyEnd)
        Sets whether this stage is a journey end.
        Parameters:
        isJourneyStart - whether this stage is a journey end.
        Since:
        12.2.0
      • isJourneyEnd

        public boolean isJourneyEnd()
        Returns whether this stage is a journey end.
        Returns:
        whether this stage is a journey end
        Since:
        12.2.0
      • setPosition

        public void setPosition​(int position)
        Sets the position.
        Parameters:
        position - the position.
        Since:
        12.2.0
      • getPosition

        public int getPosition()
        Returns the position.
        Returns:
        the position.
        Since:
        12.2.0
      • getName

        public String getName()
        Returns the name.
        Returns:
        the name
        Since:
        12.2.0
      • setName

        public void setName​(String name)
        Sets the name.
        Parameters:
        name - the name value to set.
        Since:
        12.2.0
      • getJourneyId

        public String getJourneyId()
        Returns the journeyId.
        Returns:
        the journeyId
        Since:
        12.2.0
      • getId

        public String getId()
        Returns the id.
        Returns:
        the id
        Since:
        12.2.0