Class ProjectTag

    • Constructor Detail

      • ProjectTag

        public ProjectTag()
    • Method Detail

      • getId

        public Long getId()
        Specified by:
        getId in interface de.xima.cmn.dao.interfaces.IEntity<Long>
      • getName

        public String getName()
        The user-defined name of this tag.
        Specified by:
        getName in interface INameProviding
        Returns:
        The name of this object.
      • setName

        public void setName​(String name)
        Parameters:
        name - The user-defined name of this tag.
      • toString

        public String toString()
        Overrides:
        toString in class de.xima.cmn.dao.model.AEntity<Long>