public class Directory
extends java.lang.Object
Constructor and Description |
---|
Directory() |
Modifier and Type | Method and Description |
---|---|
int |
getAddedAt() |
java.lang.String |
getAgent() |
int |
getAllowSync() |
java.lang.String |
getArt() |
java.lang.String |
getBanner() |
int |
getChildCount() |
java.lang.String |
getComposite() |
java.lang.String |
getContentRating() |
java.lang.String |
getCount() |
java.lang.String |
getCreatedAt() |
int |
getDuration() |
java.lang.String |
getFilters() |
java.util.Collection<Genre> |
getGenres() |
int |
getIndex() |
java.lang.String |
getKey() |
java.lang.String |
getLanguage() |
int |
getLastViewedAt() |
int |
getLeafCount() |
int |
getLibrarySectionID() |
java.lang.String |
getLibrarySectionTitle() |
java.lang.String |
getLibrarySectionUUID() |
Location |
getLocation() |
java.lang.String |
getOriginallyAvailableAt() |
int |
getParentIndex() |
java.lang.String |
getParentKey() |
int |
getParentRatingKey() |
java.lang.String |
getParentThumb() |
java.lang.String |
getParentTitle() |
double |
getRating() |
int |
getRatingKey() |
java.lang.String |
getRefreshing() |
java.util.Collection<Role> |
getRoles() |
java.lang.String |
getScanner() |
int |
getSize() |
java.lang.String |
getStudio() |
java.lang.String |
getSummary() |
java.lang.String |
getTheme() |
java.lang.String |
getThumb() |
java.lang.String |
getTitle() |
java.lang.String |
getTitleSort() |
java.lang.String |
getType() |
int |
getUpdatedAt() |
java.lang.String |
getUuid() |
int |
getViewedLeafCount() |
int |
getYear() |
void |
setAddedAt(int addedAt) |
void |
setAgent(java.lang.String agent) |
void |
setAllowSync(int allowSync) |
void |
setArt(java.lang.String art) |
void |
setBanner(java.lang.String banner) |
void |
setChildCount(int childCount) |
void |
setComposite(java.lang.String composite) |
void |
setContentRating(java.lang.String contentRating) |
void |
setCount(java.lang.String count) |
void |
setCreatedAt(java.lang.String createdAt) |
void |
setDuration(int duration) |
void |
setFilters(java.lang.String filters) |
void |
setGenres(java.util.Collection<Genre> genres) |
void |
setIndex(int index) |
void |
setKey(java.lang.String key) |
void |
setLanguage(java.lang.String language) |
void |
setLastViewedAt(int lastViewedAt) |
void |
setLeafCount(int leafCount) |
void |
setLibrarySectionID(int librarySectionID) |
void |
setLibrarySectionTitle(java.lang.String librarySectionTitle) |
void |
setLibrarySectionUUID(java.lang.String librarySectionUUID) |
void |
setLocation(Location location) |
void |
setOriginallyAvailableAt(java.lang.String originallyAvailableAt) |
void |
setParentIndex(int parentIndex) |
void |
setParentKey(java.lang.String parentKey) |
void |
setParentRatingKey(int parentRatingKey) |
void |
setParentThumb(java.lang.String parentThumb) |
void |
setParentTitle(java.lang.String parentTitle) |
void |
setRating(double rating) |
void |
setRatingKey(int ratingKey) |
void |
setRefreshing(java.lang.String refreshing) |
void |
setRoles(java.util.Collection<Role> roles) |
void |
setScanner(java.lang.String scanner) |
void |
setSize(int size) |
void |
setStudio(java.lang.String studio) |
void |
setSummary(java.lang.String summary) |
void |
setTheme(java.lang.String theme) |
void |
setThumb(java.lang.String thumb) |
void |
setTitle(java.lang.String title) |
void |
setTitleSort(java.lang.String titleSort) |
void |
setType(java.lang.String type) |
void |
setUpdatedAt(int updatedAt) |
void |
setUuid(java.lang.String uuid) |
void |
setViewedLeafCount(int viewedLeafCount) |
void |
setYear(int year) |
public java.lang.String getCount()
public void setCount(java.lang.String count)
count
- the count to setpublic java.lang.String getKey()
public void setKey(java.lang.String key)
key
- the key to setpublic java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- the title to setpublic int getAllowSync()
public void setAllowSync(int allowSync)
allowSync
- the allowSync to setpublic java.lang.String getArt()
public void setArt(java.lang.String art)
art
- the art to setpublic java.lang.String getFilters()
public void setFilters(java.lang.String filters)
filters
- the filters to setpublic java.lang.String getRefreshing()
public void setRefreshing(java.lang.String refreshing)
refreshing
- the refreshing to setpublic java.lang.String getThumb()
public void setThumb(java.lang.String thumb)
thumb
- the thumb to setpublic java.lang.String getComposite()
public void setComposite(java.lang.String composite)
composite
- the composite to setpublic java.lang.String getAgent()
public void setAgent(java.lang.String agent)
agent
- the agent to setpublic java.lang.String getScanner()
public void setScanner(java.lang.String scanner)
scanner
- the scanner to setpublic int getSize()
public void setSize(int size)
size
- the size to setpublic java.lang.String getLanguage()
public void setLanguage(java.lang.String language)
language
- the language to setpublic java.lang.String getUuid()
public void setUuid(java.lang.String uuid)
uuid
- the uuid to setpublic int getUpdatedAt()
public void setUpdatedAt(int updatedAt)
updatedAt
- the updatedAt to setpublic java.lang.String getCreatedAt()
public void setCreatedAt(java.lang.String createdAt)
createdAt
- the createdAt to setpublic Location getLocation()
public void setLocation(Location location)
location
- the location to setpublic int getAddedAt()
public void setAddedAt(int addedAt)
addedAt
- the addedAt to setpublic java.lang.String getBanner()
public void setBanner(java.lang.String banner)
banner
- the banner to setpublic int getChildCount()
public void setChildCount(int childCount)
childCount
- the childCount to setpublic java.lang.String getContentRating()
public void setContentRating(java.lang.String contentRating)
contentRating
- the contentRating to setpublic int getDuration()
public void setDuration(int duration)
duration
- the duration to setpublic int getIndex()
public void setIndex(int index)
index
- the index to setpublic int getLastViewedAt()
public void setLastViewedAt(int lastViewedAt)
lastViewedAt
- the lastViewedAt to setpublic int getLeafCount()
public void setLeafCount(int leafCount)
leafCount
- the leafCount to setpublic java.lang.String getOriginallyAvailableAt()
public void setOriginallyAvailableAt(java.lang.String originallyAvailableAt)
originallyAvailableAt
- the originallyAvailableAt to setpublic double getRating()
public void setRating(double rating)
rating
- the rating to setpublic int getRatingKey()
public void setRatingKey(int ratingKey)
ratingKey
- the ratingKey to setpublic java.lang.String getStudio()
public void setStudio(java.lang.String studio)
studio
- the studio to setpublic java.lang.String getSummary()
public void setSummary(java.lang.String summary)
summary
- the summary to setpublic java.lang.String getTheme()
public void setTheme(java.lang.String theme)
theme
- the theme to setpublic java.lang.String getTitleSort()
public void setTitleSort(java.lang.String titleSort)
titleSort
- the titleSort to setpublic java.lang.String getType()
public void setType(java.lang.String type)
type
- the type to setpublic int getViewedLeafCount()
public void setViewedLeafCount(int viewedLeafCount)
viewedLeafCount
- the viewedLeafCount to setpublic int getYear()
public void setYear(int year)
year
- the year to setpublic java.util.Collection<Genre> getGenres()
public void setGenres(java.util.Collection<Genre> genres)
genres
- the genres to setpublic java.util.Collection<Role> getRoles()
public void setRoles(java.util.Collection<Role> roles)
roles
- the roles to setpublic int getLibrarySectionID()
public void setLibrarySectionID(int librarySectionID)
librarySectionID
- the librarySectionID to setpublic java.lang.String getLibrarySectionTitle()
public void setLibrarySectionTitle(java.lang.String librarySectionTitle)
librarySectionTitle
- the librarySectionTitle to setpublic java.lang.String getLibrarySectionUUID()
public void setLibrarySectionUUID(java.lang.String librarySectionUUID)
librarySectionUUID
- the librarySectionUUID to setpublic int getParentIndex()
public void setParentIndex(int parentIndex)
parentIndex
- the parentIndex to setpublic java.lang.String getParentKey()
public void setParentKey(java.lang.String parentKey)
parentKey
- the parentKey to setpublic int getParentRatingKey()
public void setParentRatingKey(int parentRatingKey)
parentRatingKey
- the parentRatingKey to setpublic java.lang.String getParentThumb()
public void setParentThumb(java.lang.String parentThumb)
parentThumb
- the parentThumb to setpublic java.lang.String getParentTitle()
public void setParentTitle(java.lang.String parentTitle)
parentTitle
- the parentTitle to set