@Entity public class Movie extends com.ocs.dynamo.domain.AbstractEntity<Integer>
| Constructor and Description |
|---|
Movie() |
| Modifier and Type | Method and Description |
|---|---|
Country |
getCountry() |
Boolean |
getDocumentary() |
BigDecimal |
getGross() |
Integer |
getId() |
String |
getImdbUrl() |
MovieRating |
getRating() |
Date |
getReleaseDate() |
Set<String> |
getTags() |
String |
getTitle() |
void |
setCountry(Country country) |
void |
setDocumentary(Boolean documentary) |
void |
setGross(BigDecimal gross) |
void |
setId(Integer id) |
void |
setImdbUrl(String imdbUrl) |
void |
setRating(MovieRating rating) |
void |
setReleaseDate(Date releaseDate) |
void |
setTags(Set<String> tags) |
void |
setTitle(String title) |
public Integer getId()
getId in class com.ocs.dynamo.domain.AbstractEntity<Integer>public void setId(Integer id)
setId in class com.ocs.dynamo.domain.AbstractEntity<Integer>id - the id to setpublic String getTitle()
public void setTitle(String title)
title - the title to setpublic Date getReleaseDate()
public void setReleaseDate(Date releaseDate)
releaseDate - the releaseDate to setpublic MovieRating getRating()
public void setRating(MovieRating rating)
rating - the rating to setpublic BigDecimal getGross()
public void setGross(BigDecimal gross)
gross - the gross to setpublic Boolean getDocumentary()
public void setDocumentary(Boolean documentary)
documentary - the documentary to setpublic Country getCountry()
public void setCountry(Country country)
country - the country to setpublic String getImdbUrl()
public void setImdbUrl(String imdbUrl)
imdbUrl - the imdbUrl to setCopyright © 2016 Open Circle Solutions. All rights reserved.