Class DefaultProject

All Implemented Interfaces:
BambooIdProvider, BambooObject, BambooObjectWithOid, EntityWithOid, ImmutableEntityWithOid, Deletable, Describable, ImmutableDeletable, Project, ProjectIdentifier, DescriptionProvider, NameProvider, Cloneable

@Entity public class DefaultProject extends HibernateBambooEntityWithOid implements Project
  • Field Details

    • name

      protected String name
    • description

      protected String description
  • Constructor Details

    • DefaultProject

      public DefaultProject(@NotNull @NotNull String key, @NotNull @NotNull String name, @NotNull @NotNull String description)
    • DefaultProject

      public DefaultProject()
  • Method Details