org.mythtv.services.api.v025.status.beans
Class Group

java.lang.Object
  extended by org.mythtv.services.api.v025.status.beans.Group

public class Group
extends java.lang.Object


Constructor Summary
Group()
           
 
Method Summary
 java.lang.String getDirectory()
           
 int getExpirable()
           
 int getFree()
           
 java.lang.String getId()
           
 int getTotal()
           
 int getUsed()
           
 boolean isDeleted()
           
 boolean isLiveTv()
           
 void setDeleted(boolean deleted)
           
 void setDirectory(java.lang.String directory)
           
 void setExpirable(int expirable)
           
 void setFree(int free)
           
 void setId(java.lang.String id)
           
 void setLiveTv(boolean liveTv)
           
 void setTotal(int total)
           
 void setUsed(int used)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Group

public Group()
Method Detail

getDirectory

public java.lang.String getDirectory()
Returns:
the directory

setDirectory

public void setDirectory(java.lang.String directory)
Parameters:
directory - the directory to set

getId

public java.lang.String getId()
Returns:
the id

setId

public void setId(java.lang.String id)
Parameters:
id - the id to set

getFree

public int getFree()
Returns:
the free

setFree

public void setFree(int free)
Parameters:
free - the free to set

isDeleted

public boolean isDeleted()
Returns:
the deleted

setDeleted

public void setDeleted(boolean deleted)
Parameters:
deleted - the deleted to set

getTotal

public int getTotal()
Returns:
the total

setTotal

public void setTotal(int total)
Parameters:
total - the total to set

getUsed

public int getUsed()
Returns:
the used

setUsed

public void setUsed(int used)
Parameters:
used - the used to set

getExpirable

public int getExpirable()
Returns:
the expirable

setExpirable

public void setExpirable(int expirable)
Parameters:
expirable - the expirable to set

isLiveTv

public boolean isLiveTv()
Returns:
the liveTv

setLiveTv

public void setLiveTv(boolean liveTv)
Parameters:
liveTv - the liveTv to set

toString

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