BrightSide Workbench Full Report + Source Code
org.turro.action.content.SingleContent Class Reference

Public Member Functions

 SingleContent (Date date, Object object)
 
Date getDate ()
 
Object getObject ()
 

Detailed Description

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

Definition at line 27 of file SingleContent.java.

Constructor & Destructor Documentation

◆ SingleContent()

org.turro.action.content.SingleContent.SingleContent ( Date  date,
Object  object 
)

Definition at line 32 of file SingleContent.java.

32  {
33  this.date = date;
34  this.object = object;
35  }

Member Function Documentation

◆ getDate()

Date org.turro.action.content.SingleContent.getDate ( )

Definition at line 37 of file SingleContent.java.

37  {
38  return date;
39  }

◆ getObject()

Object org.turro.action.content.SingleContent.getObject ( )

Definition at line 41 of file SingleContent.java.

41  {
42  return object;
43  }
Here is the caller graph for this function:

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