BrightSide Workbench Full Report + Source Code
org.turro.attach.entity.AttachContent Class Reference
Inheritance diagram for org.turro.attach.entity.AttachContent:
Collaboration diagram for org.turro.attach.entity.AttachContent:

Public Member Functions

byte[] getFileContent ()
 
void setFileContent (byte[] fileContent)
 
Long getId ()
 
void setId (Long id)
 

Detailed Description

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

Definition at line 27 of file AttachContent.java.

Member Function Documentation

◆ getFileContent()

byte [] org.turro.attach.entity.AttachContent.getFileContent ( )

Definition at line 38 of file AttachContent.java.

38  {
39  return fileContent;
40  }
Here is the caller graph for this function:

◆ getId()

Long org.turro.attach.entity.AttachContent.getId ( )

Definition at line 46 of file AttachContent.java.

46  {
47  return id;
48  }

◆ setFileContent()

void org.turro.attach.entity.AttachContent.setFileContent ( byte[]  fileContent)

Definition at line 42 of file AttachContent.java.

42  {
43  this.fileContent = fileContent;
44  }
Here is the caller graph for this function:

◆ setId()

void org.turro.attach.entity.AttachContent.setId ( Long  id)

Definition at line 50 of file AttachContent.java.

50  {
51  this.id = id;
52  }

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