Package de.blackrose01.model.platform
Class Platform
- java.lang.Object
-
- de.blackrose01.model.platform.Platform
-
- All Implemented Interfaces:
Serializable
public class Platform extends Object implements Serializable
The hardware used to run the game or game delivery network- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Platform()
-
Method Summary
-
-
-
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)
-
getVersionsObject
public List<PlatformVersion> getVersionsObject()
-
getWebsitesObject
public List<PlatformWebsite> getWebsitesObject()
-
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)
-
-