@Entity
public class DBMediaDirectory
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
DBMediaDirectory() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Film> |
getFilms()
Used to get a list of films in the media directory
|
java.lang.Long |
getId()
Used to get the database ID of the media directory
|
java.lang.String |
getLocation()
Used to get the media directory location
|
int |
getRevision()
Used to get the store revision for the media directory
|
java.util.List<DBShow> |
getShows()
Used to get a list of shows in the media directory
|
StoreVersion |
getStoreVersion()
Used to get the store version
|
Version |
getVersion()
Used to get the store version for the media directory
|
void |
setFilms(java.util.List<Film> films)
Used to set a list of films in the media directory
|
void |
setId(java.lang.Long id)
Used to set the database ID of the media directory
|
void |
setLocation(java.lang.String location)
Used to set the media directory location
|
void |
setRevision(int revision)
Used to get the store revision for the media directory
|
void |
setShows(java.util.List<DBShow> shows)
Used to set a list of shows in the media directory
|
void |
setVersion(Version version)
Used to set the store version for the media directory
|
public java.lang.Long getId()
public void setId(java.lang.Long id)
id
- the database ID of the media directorypublic java.lang.String getLocation()
public void setLocation(java.lang.String location)
location
- the media directory locationpublic java.util.List<Film> getFilms()
public void setFilms(java.util.List<Film> films)
films
- a list of films in the media directorypublic java.util.List<DBShow> getShows()
public void setShows(java.util.List<DBShow> shows)
shows
- a list of shows in the media directorypublic Version getVersion()
public void setVersion(Version version)
version
- the store version for the media directorypublic int getRevision()
public void setRevision(int revision)
revision
- the store revision for the media directorypublic StoreVersion getStoreVersion()