org.mythtv.services.api.v025.status.beans
Class Group
java.lang.Object
org.mythtv.services.api.v025.status.beans.Group
public class Group
- extends java.lang.Object
|
Constructor Summary |
Group()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Group
public Group()
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