Class ReleaseDate

  • All Implemented Interfaces:
    Serializable

    public class ReleaseDate
    extends Object
    implements Serializable
    A handy endpoint that extends game release dates. Used to dig deeper into release dates, platforms and versions.
    See Also:
    Serialized Form
    • Constructor Detail

      • ReleaseDate

        public ReleaseDate()
    • Method Detail

      • getId

        public long getId()
      • setId

        public void setId​(long id)
      • getCategory

        public int getCategory()
      • setCategory

        public void setCategory​(int category)
      • getPlatform

        public long getPlatform()
      • getPlatformObject

        public Platform getPlatformObject()
      • setPlatform

        public void setPlatform​(Object platform)
      • getM

        public int getM()
      • setM

        public void setM​(int m)
      • getY

        public int getY()
      • setY

        public void setY​(int y)
      • getRegion

        public int getRegion()
      • setRegion

        public void setRegion​(int region)
      • getHuman

        public String getHuman()
      • setHuman

        public void setHuman​(String human)
      • getGame

        public long getGame()
      • getGameObject

        public Game getGameObject()
      • setGame

        public void setGame​(Object game)
      • getDate

        public long getDate()
      • setDate

        public void setDate​(long date)
      • 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