BrightSide Workbench Full Report + Source Code
org.turro.publication.stub.NewsletterStub Class Reference
Inheritance diagram for org.turro.publication.stub.NewsletterStub:
Collaboration diagram for org.turro.publication.stub.NewsletterStub:

Public Member Functions

 NewsletterStub (Newsletter newsletter)
 
Long getId ()
 
void setId (Long id)
 
Date getCreation ()
 
void setCreation (Date creation)
 
boolean isAccepted ()
 
void setAccepted (boolean accepted)
 
boolean isStaticContent ()
 
void setStaticContent (boolean staticContent)
 
String getIdCategory ()
 
void setIdCategory (String idCategory)
 
Date getDate ()
 
void setDate (Date date)
 
String getTitle ()
 
void setTitle (String title)
 
String getLang ()
 
void setLang (String lang)
 
String getTemplate ()
 
void setTemplate (String template)
 
SendingChoice getSendingChoice ()
 
void setSendingChoice (SendingChoice sendingChoice)
 
Set< NewsSectionStubgetNewsSections ()
 
void setNewsSections (Set< NewsSectionStub > newsSections)
 

Detailed Description

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

Definition at line 32 of file NewsletterStub.java.

Constructor & Destructor Documentation

◆ NewsletterStub()

org.turro.publication.stub.NewsletterStub.NewsletterStub ( Newsletter  newsletter)

Definition at line 43 of file NewsletterStub.java.

43  {
44  silentlyInitializeValues(newsletter);
45  }

Member Function Documentation

◆ getCreation()

Date org.turro.publication.stub.NewsletterStub.getCreation ( )

Definition at line 55 of file NewsletterStub.java.

55  {
56  return creation;
57  }

◆ getDate()

Date org.turro.publication.stub.NewsletterStub.getDate ( )

Definition at line 87 of file NewsletterStub.java.

87  {
88  return date;
89  }

◆ getId()

Long org.turro.publication.stub.NewsletterStub.getId ( )

Definition at line 47 of file NewsletterStub.java.

47  {
48  return id;
49  }

◆ getIdCategory()

String org.turro.publication.stub.NewsletterStub.getIdCategory ( )

Definition at line 79 of file NewsletterStub.java.

79  {
80  return idCategory;
81  }

◆ getLang()

String org.turro.publication.stub.NewsletterStub.getLang ( )

Definition at line 103 of file NewsletterStub.java.

103  {
104  return lang;
105  }

◆ getNewsSections()

Set<NewsSectionStub> org.turro.publication.stub.NewsletterStub.getNewsSections ( )

Definition at line 127 of file NewsletterStub.java.

127  {
128  return newsSections;
129  }

◆ getSendingChoice()

SendingChoice org.turro.publication.stub.NewsletterStub.getSendingChoice ( )

Definition at line 119 of file NewsletterStub.java.

119  {
120  return sendingChoice;
121  }

◆ getTemplate()

String org.turro.publication.stub.NewsletterStub.getTemplate ( )

Definition at line 111 of file NewsletterStub.java.

111  {
112  return template;
113  }

◆ getTitle()

String org.turro.publication.stub.NewsletterStub.getTitle ( )

Definition at line 95 of file NewsletterStub.java.

95  {
96  return title;
97  }

◆ isAccepted()

boolean org.turro.publication.stub.NewsletterStub.isAccepted ( )

Definition at line 63 of file NewsletterStub.java.

63  {
64  return accepted;
65  }

◆ isStaticContent()

boolean org.turro.publication.stub.NewsletterStub.isStaticContent ( )

Definition at line 71 of file NewsletterStub.java.

71  {
72  return staticContent;
73  }

◆ setAccepted()

void org.turro.publication.stub.NewsletterStub.setAccepted ( boolean  accepted)

Definition at line 67 of file NewsletterStub.java.

67  {
68  this.accepted = accepted;
69  }

◆ setCreation()

void org.turro.publication.stub.NewsletterStub.setCreation ( Date  creation)

Definition at line 59 of file NewsletterStub.java.

59  {
60  this.creation = creation;
61  }

◆ setDate()

void org.turro.publication.stub.NewsletterStub.setDate ( Date  date)

Definition at line 91 of file NewsletterStub.java.

91  {
92  this.date = date;
93  }

◆ setId()

void org.turro.publication.stub.NewsletterStub.setId ( Long  id)

Definition at line 51 of file NewsletterStub.java.

51  {
52  this.id = id;
53  }

◆ setIdCategory()

void org.turro.publication.stub.NewsletterStub.setIdCategory ( String  idCategory)

Definition at line 83 of file NewsletterStub.java.

83  {
84  this.idCategory = idCategory;
85  }

◆ setLang()

void org.turro.publication.stub.NewsletterStub.setLang ( String  lang)

Definition at line 107 of file NewsletterStub.java.

107  {
108  this.lang = lang;
109  }

◆ setNewsSections()

void org.turro.publication.stub.NewsletterStub.setNewsSections ( Set< NewsSectionStub newsSections)

Definition at line 131 of file NewsletterStub.java.

131  {
132  this.newsSections = newsSections;
133  }

◆ setSendingChoice()

void org.turro.publication.stub.NewsletterStub.setSendingChoice ( SendingChoice  sendingChoice)

Definition at line 123 of file NewsletterStub.java.

123  {
124  this.sendingChoice = sendingChoice;
125  }

◆ setStaticContent()

void org.turro.publication.stub.NewsletterStub.setStaticContent ( boolean  staticContent)

Definition at line 75 of file NewsletterStub.java.

75  {
76  this.staticContent = staticContent;
77  }

◆ setTemplate()

void org.turro.publication.stub.NewsletterStub.setTemplate ( String  template)

Definition at line 115 of file NewsletterStub.java.

115  {
116  this.template = template;
117  }

◆ setTitle()

void org.turro.publication.stub.NewsletterStub.setTitle ( String  title)

Definition at line 99 of file NewsletterStub.java.

99  {
100  this.title = title;
101  }

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