nl.gx.webmanager.cms.element
Interface EcardInstance


public interface EcardInstance

Interface for object EcardInstance.


Method Summary
 Image getImage()
          Return the full image of the ecard.
 java.lang.String getMessage()
          Return the message of the ecard.
 java.lang.String getName()
          Return the name of the ecard.
 Link getSendEcardLink()
          Return the link to 'send another ecard' page.
 java.lang.String getSendEcardURL()
          Deprecated. Use getSendEcardLink() instead. Return the URL to 'send another ecard' page.
 java.lang.String getSenderEmail()
          Return the senders email address.
 java.lang.String getSenderName()
          Return the senders name.
 java.sql.Date getSentDate()
          Return the date at which the ecard was sent.
 

Method Detail

getMessage

java.lang.String getMessage()
Return the message of the ecard.

Returns:
the message of the ecard.

getSenderName

java.lang.String getSenderName()
Return the senders name.

Returns:
the senders name.

getSenderEmail

java.lang.String getSenderEmail()
Return the senders email address.

Returns:
the senders email address.

getSentDate

java.sql.Date getSentDate()
Return the date at which the ecard was sent.

Returns:
the date at which the ecard was sent.

getImage

Image getImage()
Return the full image of the ecard.

Returns:
the full image of the ecard.

getName

java.lang.String getName()
Return the name of the ecard.

Returns:
the name of the ecard

getSendEcardURL

java.lang.String getSendEcardURL()
Deprecated. Use getSendEcardLink() instead. Return the URL to 'send another ecard' page.

Returns:
the URL to 'send another ecard' page.

getSendEcardLink

Link getSendEcardLink()
Return the link to 'send another ecard' page.

Returns:
the URL to 'send another ecard' page.


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