Class Project

    • Constructor Summary

      Constructors 
      Constructor Description
      Project()  
      Project​(java.lang.String id)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Project clone()  
      java.lang.String getChannelId()
      Returns the channel identifier.
      java.lang.String getId()
      Returns the project identifier.
      java.lang.String getName()
      Returns the name.
      void setChannelId​(java.lang.String channelId)
      Sets the channel identifier.
      void setName​(java.lang.String name)
      Sets the name.
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Project

        public Project()
      • Project

        public Project​(java.lang.String id)
    • Method Detail

      • getId

        public java.lang.String getId()
        Description copied from interface: IProject
        Returns the project identifier.
        Specified by:
        getId in interface IProject
        Returns:
        the project identifier.
      • getChannelId

        public java.lang.String getChannelId()
        Description copied from interface: IProject
        Returns the channel identifier.
        Specified by:
        getChannelId in interface IProject
        Returns:
        the channel identifier.
      • getName

        public java.lang.String getName()
        Description copied from interface: IProject
        Returns the name.
        Specified by:
        getName in interface IProject
        Returns:
        the name.
      • setChannelId

        public void setChannelId​(java.lang.String channelId)
        Description copied from interface: IProjectSPI
        Sets the channel identifier.
        Specified by:
        setChannelId in interface IProjectSPI
        Parameters:
        channelId - the channel identifier.
      • setName

        public void setName​(java.lang.String name)
        Description copied from interface: IProjectSPI
        Sets the name.
        Specified by:
        setName in interface IProjectSPI
        Parameters:
        name - the name.
      • clone

        public Project clone()
                      throws java.lang.CloneNotSupportedException
        Specified by:
        clone in interface ICloneableCacheEntry
        Specified by:
        clone in interface IProjectSPI
        Overrides:
        clone in class java.lang.Object
        Throws:
        java.lang.CloneNotSupportedException