BrightSide Workbench Full Report + Source Code
org.turro.wd.common.entities.ServerFile Class Reference
Inheritance diagram for org.turro.wd.common.entities.ServerFile:
Collaboration diagram for org.turro.wd.common.entities.ServerFile:

Public Member Functions

String getFileContentType ()
 
void setFileContentType (String fileContentType)
 
String getFileName ()
 
void setFileName (String fileName)
 
long getFileSize ()
 
void setFileSize (long fileSize)
 
boolean isLocked ()
 
void setLocked (boolean locked)
 
String getLocker ()
 
void setLocker (String locker)
 
Date getModification ()
 
void setModification (Date modification)
 
String getOwner ()
 
void setOwner (String owner)
 
String getPath ()
 
void setPath (String path)
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 26 of file ServerFile.java.

Member Function Documentation

◆ getFileContentType()

String org.turro.wd.common.entities.ServerFile.getFileContentType ( )

Definition at line 33 of file ServerFile.java.

33  {
34  return fileContentType;
35  }

◆ getFileName()

String org.turro.wd.common.entities.ServerFile.getFileName ( )

Definition at line 41 of file ServerFile.java.

41  {
42  return fileName;
43  }

◆ getFileSize()

long org.turro.wd.common.entities.ServerFile.getFileSize ( )

Definition at line 49 of file ServerFile.java.

49  {
50  return fileSize;
51  }

◆ getLocker()

String org.turro.wd.common.entities.ServerFile.getLocker ( )

Definition at line 65 of file ServerFile.java.

65  {
66  return locker;
67  }

◆ getModification()

Date org.turro.wd.common.entities.ServerFile.getModification ( )

Definition at line 73 of file ServerFile.java.

73  {
74  return modification;
75  }

◆ getOwner()

String org.turro.wd.common.entities.ServerFile.getOwner ( )

Definition at line 81 of file ServerFile.java.

81  {
82  return owner;
83  }

◆ getPath()

String org.turro.wd.common.entities.ServerFile.getPath ( )

Definition at line 89 of file ServerFile.java.

89  {
90  return path;
91  }

◆ isLocked()

boolean org.turro.wd.common.entities.ServerFile.isLocked ( )

Definition at line 57 of file ServerFile.java.

57  {
58  return locked;
59  }

◆ setFileContentType()

void org.turro.wd.common.entities.ServerFile.setFileContentType ( String  fileContentType)

Definition at line 37 of file ServerFile.java.

37  {
38  this.fileContentType = fileContentType;
39  }
Here is the caller graph for this function:

◆ setFileName()

void org.turro.wd.common.entities.ServerFile.setFileName ( String  fileName)

Definition at line 45 of file ServerFile.java.

45  {
46  this.fileName = fileName;
47  }
Here is the caller graph for this function:

◆ setFileSize()

void org.turro.wd.common.entities.ServerFile.setFileSize ( long  fileSize)

Definition at line 53 of file ServerFile.java.

53  {
54  this.fileSize = fileSize;
55  }
Here is the caller graph for this function:

◆ setLocked()

void org.turro.wd.common.entities.ServerFile.setLocked ( boolean  locked)

Definition at line 61 of file ServerFile.java.

61  {
62  this.locked = locked;
63  }
Here is the caller graph for this function:

◆ setLocker()

void org.turro.wd.common.entities.ServerFile.setLocker ( String  locker)

Definition at line 69 of file ServerFile.java.

69  {
70  this.locker = locker;
71  }
Here is the caller graph for this function:

◆ setModification()

void org.turro.wd.common.entities.ServerFile.setModification ( Date  modification)

Definition at line 77 of file ServerFile.java.

77  {
78  this.modification = modification;
79  }
Here is the caller graph for this function:

◆ setOwner()

void org.turro.wd.common.entities.ServerFile.setOwner ( String  owner)

Definition at line 85 of file ServerFile.java.

85  {
86  this.owner = owner;
87  }
Here is the caller graph for this function:

◆ setPath()

void org.turro.wd.common.entities.ServerFile.setPath ( String  path)

Definition at line 93 of file ServerFile.java.

93  {
94  this.path = path;
95  }
Here is the caller graph for this function:

The documentation for this class was generated from the following file: