Package nl.gx.webmanager.cms.form
Interface Mailing
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MailingList
getMailingList()
Return MailingList the mailing is a part of.Page
getPage()
Return page.String
getSubject()
Return subject.String
getTitle()
Return title.
-
-
-
Method Detail
-
getTitle
String getTitle()
Return title.- Returns:
- title.
-
getMailingList
MailingList getMailingList()
Return MailingList the mailing is a part of.- Returns:
- MailingList the mailing is a part of.
-
getSubject
String getSubject()
Return subject.- Returns:
- subject.
-
getPage
Page getPage()
Return page.- Returns:
- page.
-
-