Class ResultEntity


  • public class ResultEntity
    extends Object
    Author:
    Nicolas Eysseric
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getUpdateDate

        public String getUpdateDate()
      • getCreationDate

        public String getCreationDate()
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getComponentId

        public String getComponentId()
      • setComponentId

        public void setComponentId​(String componentId)
      • getThumbnailURL

        public String getThumbnailURL()
      • setThumbnailURL

        public void setThumbnailURL​(String thumbnailURL)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object