public class Directory extends Object
Constructor and Description |
---|
Directory(String name,
String context,
String type,
int size,
int maxsize,
int minsize,
int threshold) |
Modifier and Type | Method and Description |
---|---|
String |
getContext() |
int |
getMaxSize() |
int |
getMinSize() |
String |
getName() |
int |
getSize() |
int |
getThreshold() |
String |
getType() |
void |
setContext(String context) |
void |
setMaxSize(int maxSize) |
void |
setMinSize(int minSize) |
void |
setName(String name) |
void |
setSize(int size) |
void |
setThreshold(int threshold) |
void |
setType(String type) |
public String getName()
public void setName(String name)
public String getContext()
public void setContext(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 String getType()
public void setType(String type)
type
- The mType to set.TV-Browser 2.7.6, Copyright (C) 04-2003 Martin Oberhauser (martin@tvbrowser.org)