Class Widget

java.lang.Object
io.meeds.ide.model.Widget

public class Widget extends Object
  • Field Details

    • id

      protected Long id
    • portletId

      protected Long portletId
      Portlet instance identifier
    • creatorId

      protected Long creatorId
    • modifierId

      protected Long modifierId
    • modifiedDate

      protected LocalDateTime modifiedDate
    • createdDate

      protected LocalDateTime createdDate
    • type

      protected WidgetType type
  • Constructor Details

    • Widget

      public Widget()