public class Directory
extends java.lang.Object
Constructor and Description |
---|
Directory(java.lang.String name,
java.lang.String context,
java.lang.String type,
int size,
int maxsize,
int minsize,
int threshold) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContext() |
int |
getMaxSize() |
int |
getMinSize() |
java.lang.String |
getName() |
int |
getSize() |
int |
getThreshold() |
java.lang.String |
getType() |
void |
setContext(java.lang.String context) |
void |
setMaxSize(int maxSize) |
void |
setMinSize(int minSize) |
void |
setName(java.lang.String name) |
void |
setSize(int size) |
void |
setThreshold(int threshold) |
void |
setType(java.lang.String type) |
public Directory(java.lang.String name, java.lang.String context, java.lang.String type, int size, int maxsize, int minsize, int threshold)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getContext()
public void setContext(java.lang.String context)
context
- The mContext to set.public int getMaxSize()
public void setMaxSize(int maxSize)
maxSize
- The mMaxSize to set.public int getMinSize()
public void setMinSize(int minSize)
minSize
- The mMinSize to set.public int getSize()
public void setSize(int size)
size
- The mSize to set.public int getThreshold()
public void setThreshold(int threshold)
threshold
- The mThreshold to set.public java.lang.String getType()
public void setType(java.lang.String type)
type
- The mType to set.TV-Browser 3.4.4, Copyright (C) 2004-2008 TV-Browser Team (dev@tvbrowser.org)