Class Target

    • Constructor Detail

      • Target

        public Target()
    • Method Detail

      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • isActive

        public boolean isActive()
      • setActive

        public void setActive​(boolean active)
      • getCreatedAt

        public Date getCreatedAt()
      • setCreatedAt

        public void setCreatedAt​(Date createdAt)