|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.smartlab.web.BusinessObject net.smartlab.web.file.Directory
public class Directory
TODO documentation
Field Summary |
---|
Fields inherited from class net.smartlab.web.BusinessObject |
---|
logger |
Constructor Summary | |
---|---|
Directory()
|
Method Summary | |
---|---|
void |
addFile(File file)
TODO documentation |
java.util.Set |
getFiles()
Getter of the property files |
long |
getId()
TODO documentation |
java.lang.String |
getName()
TODO documentation |
Directory |
getParent()
TODO documentation |
void |
removeFile(File file)
TODO documentation |
void |
setFiles(java.util.Set files)
TODO documentation |
void |
setId(long id)
TODO documentation |
void |
setName(java.lang.String name)
TODO documentation |
void |
setParent(Directory parent)
TODO documentation |
Methods inherited from class net.smartlab.web.BusinessObject |
---|
getVersion, setVersion |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Directory()
Method Detail |
---|
public long getId()
public void setId(long id)
id
- The id to set.public java.lang.String getName()
public void setName(java.lang.String name)
name
- The name to set.public java.util.Set getFiles()
public void setFiles(java.util.Set files)
files
- The files to set.public void addFile(File file)
file
- public void removeFile(File file)
file
- public Directory getParent()
public void setParent(Directory parent)
parent
- The parent to set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |