org.mythtv.services.api.v026.beans
Class BlurayInfo

java.lang.Object
  extended by org.mythtv.services.api.v026.beans.BlurayInfo

public class BlurayInfo
extends java.lang.Object


Constructor Summary
BlurayInfo()
           
 
Method Summary
 java.lang.String getAltTitle()
           
 java.lang.String getDiscLang()
           
 int getDiscNumber()
           
 int getNumberBDJTitles()
           
 int getNumberHDMVTitles()
           
 int getNumberUnsupportedTitles()
           
 java.lang.String getPath()
           
 int getThumbCount()
           
 java.lang.String getThumbPath()
           
 java.lang.String getTitle()
           
 int getTitleCount()
           
 int getTotalDiscNumber()
           
 boolean isAacSDetected()
           
 boolean isAacSHandled()
           
 boolean isBdPlusDetected()
           
 boolean isBdPlusHandled()
           
 boolean isFirstPlaySupported()
           
 boolean isLibAACSDetected()
           
 boolean isLibBDPlusDetected()
           
 boolean isTopMenuSupported()
           
 void setAacSDetected(boolean aacSDetected)
           
 void setAacSHandled(boolean aacSHandled)
           
 void setAltTitle(java.lang.String altTitle)
           
 void setBdPlusDetected(boolean bdPlusDetected)
           
 void setBdPlusHandled(boolean bdPlusHandled)
           
 void setDiscLang(java.lang.String discLang)
           
 void setDiscNumber(int discNumber)
           
 void setFirstPlaySupported(boolean firstPlaySupported)
           
 void setLibAACSDetected(boolean libAACSDetected)
           
 void setLibBDPlusDetected(boolean libBDPlusDetected)
           
 void setNumberBDJTitles(int numberBDJTitles)
           
 void setNumberHDMVTitles(int numberHDMVTitles)
           
 void setNumberUnsupportedTitles(int numberUnsupportedTitles)
           
 void setPath(java.lang.String path)
           
 void setThumbCount(int thumbCount)
           
 void setThumbPath(java.lang.String thumbPath)
           
 void setTitle(java.lang.String title)
           
 void setTitleCount(int titleCount)
           
 void setTopMenuSupported(boolean topMenuSupported)
           
 void setTotalDiscNumber(int totalDiscNumber)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BlurayInfo

public BlurayInfo()
Method Detail

getPath

public java.lang.String getPath()
Returns:
the path

setPath

public void setPath(java.lang.String path)
Parameters:
path - the path to set

getTitle

public java.lang.String getTitle()
Returns:
the title

setTitle

public void setTitle(java.lang.String title)
Parameters:
title - the title to set

getAltTitle

public java.lang.String getAltTitle()
Returns:
the altTitle

setAltTitle

public void setAltTitle(java.lang.String altTitle)
Parameters:
altTitle - the altTitle to set

getDiscLang

public java.lang.String getDiscLang()
Returns:
the discLang

setDiscLang

public void setDiscLang(java.lang.String discLang)
Parameters:
discLang - the discLang to set

getDiscNumber

public int getDiscNumber()
Returns:
the discNumber

setDiscNumber

public void setDiscNumber(int discNumber)
Parameters:
discNumber - the discNumber to set

getTotalDiscNumber

public int getTotalDiscNumber()
Returns:
the totalDiscNumber

setTotalDiscNumber

public void setTotalDiscNumber(int totalDiscNumber)
Parameters:
totalDiscNumber - the totalDiscNumber to set

getTitleCount

public int getTitleCount()
Returns:
the titleCount

setTitleCount

public void setTitleCount(int titleCount)
Parameters:
titleCount - the titleCount to set

getThumbCount

public int getThumbCount()
Returns:
the thumbCount

setThumbCount

public void setThumbCount(int thumbCount)
Parameters:
thumbCount - the thumbCount to set

getThumbPath

public java.lang.String getThumbPath()
Returns:
the thumbPath

setThumbPath

public void setThumbPath(java.lang.String thumbPath)
Parameters:
thumbPath - the thumbPath to set

isTopMenuSupported

public boolean isTopMenuSupported()
Returns:
the topMenuSupported

setTopMenuSupported

public void setTopMenuSupported(boolean topMenuSupported)
Parameters:
topMenuSupported - the topMenuSupported to set

isFirstPlaySupported

public boolean isFirstPlaySupported()
Returns:
the firstPlaySupported

setFirstPlaySupported

public void setFirstPlaySupported(boolean firstPlaySupported)
Parameters:
firstPlaySupported - the firstPlaySupported to set

getNumberHDMVTitles

public int getNumberHDMVTitles()
Returns:
the numberHDMVTitles

setNumberHDMVTitles

public void setNumberHDMVTitles(int numberHDMVTitles)
Parameters:
numberHDMVTitles - the numberHDMVTitles to set

getNumberBDJTitles

public int getNumberBDJTitles()
Returns:
the numberBDJTitles

setNumberBDJTitles

public void setNumberBDJTitles(int numberBDJTitles)
Parameters:
numberBDJTitles - the numberBDJTitles to set

getNumberUnsupportedTitles

public int getNumberUnsupportedTitles()
Returns:
the numberUnsupportedTitles

setNumberUnsupportedTitles

public void setNumberUnsupportedTitles(int numberUnsupportedTitles)
Parameters:
numberUnsupportedTitles - the numberUnsupportedTitles to set

isAacSDetected

public boolean isAacSDetected()
Returns:
the aacSDetected

setAacSDetected

public void setAacSDetected(boolean aacSDetected)
Parameters:
aacSDetected - the aacSDetected to set

isLibAACSDetected

public boolean isLibAACSDetected()
Returns:
the libAACSDetected

setLibAACSDetected

public void setLibAACSDetected(boolean libAACSDetected)
Parameters:
libAACSDetected - the libAACSDetected to set

isAacSHandled

public boolean isAacSHandled()
Returns:
the aacSHandled

setAacSHandled

public void setAacSHandled(boolean aacSHandled)
Parameters:
aacSHandled - the aacSHandled to set

isBdPlusDetected

public boolean isBdPlusDetected()
Returns:
the bdPlusDetected

setBdPlusDetected

public void setBdPlusDetected(boolean bdPlusDetected)
Parameters:
bdPlusDetected - the bdPlusDetected to set

isLibBDPlusDetected

public boolean isLibBDPlusDetected()
Returns:
the libBDPlusDetected

setLibBDPlusDetected

public void setLibBDPlusDetected(boolean libBDPlusDetected)
Parameters:
libBDPlusDetected - the libBDPlusDetected to set

isBdPlusHandled

public boolean isBdPlusHandled()
Returns:
the bdPlusHandled

setBdPlusHandled

public void setBdPlusHandled(boolean bdPlusHandled)
Parameters:
bdPlusHandled - the bdPlusHandled to set

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object