Package de.blackrose01.model.company
Class Company
- java.lang.Object
-
- de.blackrose01.model.company.Company
-
- All Implemented Interfaces:
Serializable
public class Company extends Object implements Serializable
Video game companies. Both publishers and developers- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Company()
-
Method Summary
-
-
-
Method Detail
-
getId
public long getId()
-
setId
public void setId(long id)
-
getCategoryChangeDate
public int getCategoryChangeDate()
-
setCategoryChangeDate
public void setCategoryChangeDate(int categoryChangeDate)
-
getCategoryStartDate
public int getCategoryStartDate()
-
setCategoryStartDate
public void setCategoryStartDate(int categoryStartDate)
-
getCountry
public long getCountry()
-
setCountry
public void setCountry(long country)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getSlug
public String getSlug()
-
setSlug
public void setSlug(String slug)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getParent
public long getParent()
-
getParentObject
public Company getParentObject()
-
setParent
public void setParent(Object parent)
-
getLogo
public long getLogo()
-
getLogoObject
public CompanyLogo getLogoObject()
-
setLogo
public void setLogo(Object logo)
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
getWebsitesObject
public List<CompanyWebsite> getWebsitesObject()
-
getDateStart
public long getDateStart()
-
setDateStart
public void setDateStart(long dateStart)
-
getChangedCompanyId
public long getChangedCompanyId()
-
getChangedCompanyIdObject
public Company getChangedCompanyIdObject()
-
setChangedCompanyId
public void setChangedCompanyId(Object changedCompanyId)
-
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)
-
-