Class Platform

    • Constructor Detail

      • Platform

        public Platform()
    • Method Detail

      • getId

        public long getId()
      • setId

        public void setId​(long id)
      • getAbbreviation

        public String getAbbreviation()
      • setAbbreviation

        public void setAbbreviation​(String abbreviation)
      • getCategory

        public int getCategory()
      • setCategory

        public void setCategory​(int category)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getNameAlternative

        public String getNameAlternative()
      • setNameAlternative

        public void setNameAlternative​(String nameAlternative)
      • getSlug

        public String getSlug()
      • setSlug

        public void setSlug​(String slug)
      • getPlatformLogo

        public long getPlatformLogo()
      • getPlatformLogoObject

        public PlatformLogo getPlatformLogoObject()
      • setPlatformLogo

        public void setPlatformLogo​(Object platformLogo)
      • getVersions

        public List<Long> getVersions()
      • setVersions

        public void setVersions​(List<Object> versions)
      • getWebsites

        public List<Long> getWebsites()
      • setWebsites

        public void setWebsites​(List<Object> websites)
      • getProductFamily

        public long getProductFamily()
      • getProductFamilyObject

        public ProductFamily getProductFamilyObject()
      • setProductFamily

        public void setProductFamily​(Object productFamily)
      • getCreatedAt

        public long getCreatedAt()
      • setCreatedAt

        public void setCreatedAt​(long createdAt)
      • getUpdatedAt

        public long getUpdatedAt()
      • setUpdatedAt

        public void setUpdatedAt​(long updatedAt)
      • getChecksum

        public String getChecksum()
      • setChecksum

        public void setChecksum​(String checksum)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object