Class ContentRating
java.lang.Object
com.amilesend.tvdb.client.model.ContentRating
content rating record
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontentType
(String contentType) description
(String description) boolean
Get contentTypeGet countryGet descriptionGet fullNamegetId()
Get idgetName()
Get namegetOrder()
Get orderint
hashCode()
void
setContentType
(String contentType) void
setCountry
(String country) void
setDescription
(String description) void
setFullName
(String fullName) void
void
void
toString()
-
Constructor Details
-
ContentRating
public ContentRating()
-
-
Method Details
-
id
-
getId
-
setId
-
name
-
getName
-
setName
-
description
-
getDescription
-
setDescription
-
country
-
getCountry
-
setCountry
-
contentType
-
getContentType
-
setContentType
-
order
-
getOrder
-
setOrder
-
fullName
-
getFullName
-
setFullName
-
equals
-
hashCode
-
toString
-