Class CalendarEntity

    • Constructor Detail

      • CalendarEntity

        public CalendarEntity()
    • Method Detail

      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getOwnerId

        public Long getOwnerId()
      • setOwnerId

        public void setOwnerId​(Long ownerId)
      • isSystem

        public boolean isSystem()
      • setSystem

        public void setSystem​(boolean isSystem)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getColor

        public String getColor()
      • setColor

        public void setColor​(String color)
      • getCreatedDate

        public Date getCreatedDate()
      • setCreatedDate

        public void setCreatedDate​(Date createdDate)
      • getUpdatedDate

        public Date getUpdatedDate()
      • setUpdatedDate

        public void setUpdatedDate​(Date updatedDate)