nl.gx.webmanager.cms.form
Interface Mailing

All Superinterfaces:
Wrapper

public interface Mailing
extends Wrapper

Representation of a specific Mailing.


Method Summary
 MailingList getMailingList()
          Return MailingList the mailing is a part of.
 Page getPage()
          Return page.
 java.lang.String getSubject()
          Return subject.
 java.lang.String getTitle()
          Return title.
 
Methods inherited from interface nl.gx.webmanager.wrapper.Wrapper
getId, getUUID, setId, setUUID
 

Method Detail

getTitle

java.lang.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

java.lang.String getSubject()
Return subject.

Returns:
subject.

getPage

Page getPage()
Return page.

Returns:
page.


Copyright © 2007-2011 GX Software BV. All Rights Reserved.