Class WidgetEntity

java.lang.Object
io.meeds.ide.entity.WidgetEntity

@Entity(name="IdeWidget") public class WidgetEntity extends Object
  • Field Details

    • id

      protected Long id
    • portletId

      protected Long portletId
    • creatorId

      protected Long creatorId
    • modifierId

      protected Long modifierId
    • modifiedDate

      protected LocalDateTime modifiedDate
    • createdDate

      protected LocalDateTime createdDate
  • Constructor Details

    • WidgetEntity

      public WidgetEntity()