public class StoreAppMovie extends Object
StoreAppMovie class.
Constructor and Description |
---|
StoreAppMovie() |
Modifier and Type | Method and Description |
---|---|
int |
getId()
Getter for the field
id . |
String |
getName()
Getter for the field
name . |
String |
getThumbnailUrl()
Getter for the field
thumbnailUrl . |
StoreAppWebMFormatInfo |
getWebMFormatInfo()
Getter for the field
webMFormatInfo . |
boolean |
isHighlight()
isHighlight.
|
void |
setHighlight(boolean highlight)
Setter for the field
highlight . |
void |
setId(int id)
Setter for the field
id . |
void |
setName(String name)
Setter for the field
name . |
void |
setThumbnailUrl(String thumbnailUrl)
Setter for the field
thumbnailUrl . |
void |
setWebMFormatInfo(StoreAppWebMFormatInfo webMFormatInfo)
Setter for the field
webMFormatInfo . |
public int getId()
Getter for the field id
.
public void setId(int id)
Setter for the field id
.
id
- a intpublic void setName(String name)
Setter for the field name
.
name
- a String
objectpublic String getThumbnailUrl()
Getter for the field thumbnailUrl
.
String
objectpublic void setThumbnailUrl(String thumbnailUrl)
Setter for the field thumbnailUrl
.
thumbnailUrl
- a String
objectpublic StoreAppWebMFormatInfo getWebMFormatInfo()
Getter for the field webMFormatInfo
.
StoreAppWebMFormatInfo
objectpublic void setWebMFormatInfo(StoreAppWebMFormatInfo webMFormatInfo)
Setter for the field webMFormatInfo
.
webMFormatInfo
- a StoreAppWebMFormatInfo
objectpublic boolean isHighlight()
isHighlight.
public void setHighlight(boolean highlight)
Setter for the field highlight
.
highlight
- a booleanCopyright © 2016–2024. All rights reserved.