

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< NewsSectionStub > | getNewsSections () |
| void | setNewsSections (Set< NewsSectionStub > newsSections) |
Definition at line 32 of file NewsletterStub.java.
| org.turro.publication.stub.NewsletterStub.NewsletterStub | ( | Newsletter | newsletter | ) |
Definition at line 43 of file NewsletterStub.java.
| Date org.turro.publication.stub.NewsletterStub.getCreation | ( | ) |
Definition at line 55 of file NewsletterStub.java.
| Date org.turro.publication.stub.NewsletterStub.getDate | ( | ) |
Definition at line 87 of file NewsletterStub.java.
| Long org.turro.publication.stub.NewsletterStub.getId | ( | ) |
Definition at line 47 of file NewsletterStub.java.
| String org.turro.publication.stub.NewsletterStub.getIdCategory | ( | ) |
Definition at line 79 of file NewsletterStub.java.
| String org.turro.publication.stub.NewsletterStub.getLang | ( | ) |
Definition at line 103 of file NewsletterStub.java.
| Set<NewsSectionStub> org.turro.publication.stub.NewsletterStub.getNewsSections | ( | ) |
Definition at line 127 of file NewsletterStub.java.
| SendingChoice org.turro.publication.stub.NewsletterStub.getSendingChoice | ( | ) |
Definition at line 119 of file NewsletterStub.java.
| String org.turro.publication.stub.NewsletterStub.getTemplate | ( | ) |
Definition at line 111 of file NewsletterStub.java.
| String org.turro.publication.stub.NewsletterStub.getTitle | ( | ) |
Definition at line 95 of file NewsletterStub.java.
| boolean org.turro.publication.stub.NewsletterStub.isAccepted | ( | ) |
Definition at line 63 of file NewsletterStub.java.
| boolean org.turro.publication.stub.NewsletterStub.isStaticContent | ( | ) |
Definition at line 71 of file NewsletterStub.java.
| void org.turro.publication.stub.NewsletterStub.setAccepted | ( | boolean | accepted | ) |
Definition at line 67 of file NewsletterStub.java.
| void org.turro.publication.stub.NewsletterStub.setCreation | ( | Date | creation | ) |
Definition at line 59 of file NewsletterStub.java.
| void org.turro.publication.stub.NewsletterStub.setDate | ( | Date | date | ) |
Definition at line 91 of file NewsletterStub.java.
| void org.turro.publication.stub.NewsletterStub.setId | ( | Long | id | ) |
Definition at line 51 of file NewsletterStub.java.
| void org.turro.publication.stub.NewsletterStub.setIdCategory | ( | String | idCategory | ) |
Definition at line 83 of file NewsletterStub.java.
| void org.turro.publication.stub.NewsletterStub.setLang | ( | String | lang | ) |
Definition at line 107 of file NewsletterStub.java.
| void org.turro.publication.stub.NewsletterStub.setNewsSections | ( | Set< NewsSectionStub > | newsSections | ) |
Definition at line 131 of file NewsletterStub.java.
| void org.turro.publication.stub.NewsletterStub.setSendingChoice | ( | SendingChoice | sendingChoice | ) |
Definition at line 123 of file NewsletterStub.java.
| void org.turro.publication.stub.NewsletterStub.setStaticContent | ( | boolean | staticContent | ) |
Definition at line 75 of file NewsletterStub.java.
| void org.turro.publication.stub.NewsletterStub.setTemplate | ( | String | template | ) |
Definition at line 115 of file NewsletterStub.java.
| void org.turro.publication.stub.NewsletterStub.setTitle | ( | String | title | ) |
Definition at line 99 of file NewsletterStub.java.