- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 26 of file ServerFile.java.
◆ getFileContentType()
String org.turro.wd.common.entities.ServerFile.getFileContentType |
( |
| ) |
|
◆ getFileName()
String org.turro.wd.common.entities.ServerFile.getFileName |
( |
| ) |
|
◆ getFileSize()
long org.turro.wd.common.entities.ServerFile.getFileSize |
( |
| ) |
|
◆ getLocker()
String org.turro.wd.common.entities.ServerFile.getLocker |
( |
| ) |
|
◆ getModification()
Date org.turro.wd.common.entities.ServerFile.getModification |
( |
| ) |
|
◆ getOwner()
String org.turro.wd.common.entities.ServerFile.getOwner |
( |
| ) |
|
◆ getPath()
String org.turro.wd.common.entities.ServerFile.getPath |
( |
| ) |
|
◆ isLocked()
boolean org.turro.wd.common.entities.ServerFile.isLocked |
( |
| ) |
|
◆ setFileContentType()
void org.turro.wd.common.entities.ServerFile.setFileContentType |
( |
String |
fileContentType | ) |
|
Definition at line 37 of file ServerFile.java.
38 this.fileContentType = fileContentType;
◆ setFileName()
void org.turro.wd.common.entities.ServerFile.setFileName |
( |
String |
fileName | ) |
|
◆ setFileSize()
void org.turro.wd.common.entities.ServerFile.setFileSize |
( |
long |
fileSize | ) |
|
◆ setLocked()
void org.turro.wd.common.entities.ServerFile.setLocked |
( |
boolean |
locked | ) |
|
◆ setLocker()
void org.turro.wd.common.entities.ServerFile.setLocker |
( |
String |
locker | ) |
|
◆ setModification()
void org.turro.wd.common.entities.ServerFile.setModification |
( |
Date |
modification | ) |
|
◆ setOwner()
void org.turro.wd.common.entities.ServerFile.setOwner |
( |
String |
owner | ) |
|
◆ setPath()
void org.turro.wd.common.entities.ServerFile.setPath |
( |
String |
path | ) |
|
The documentation for this class was generated from the following file: