com.dotmarketing.portlets.campaigns.struts
Class CampaignForm

java.lang.Object
  extended by ValidatorForm
      extended by com.dotmarketing.portlets.campaigns.struts.CampaignForm

public class CampaignForm
extends ValidatorForm


Constructor Summary
CampaignForm()
           
 
Method Summary
 long getCommunicationInode()
           
 java.util.Date getCompletedDate()
          Returns the completedDate.
 java.lang.String getFromEmail()
          Returns the fromEmail.
 java.lang.String getFromName()
          Returns the fromName.
 long getHtmlPage()
          Returns the htmlPage.
 long getInode()
          Returns the inode.
 long getMailingList()
          Returns the mailingList.
 java.lang.String getMessage()
          Returns the message.
 java.lang.String getSelectedHtmlPage()
          Returns the selectedHtmlPage.
 java.lang.String getSendsPerHour()
           
 java.util.Date getStartDate()
          Returns the startDate.
 java.lang.String getSubject()
          Returns the subject.
 java.lang.String getTitle()
          Returns the title.
 java.lang.String getUserId()
          Returns the userId.
 java.lang.String getWebCompletedDate()
          Returns the webCompletedDate.
 java.lang.String getWebStartDate()
          Returns the webStartDate.
 boolean isActive()
          Returns the active.
 boolean isSendEmail()
           
 void setActive(boolean active)
          Sets the active.
 void setCommunicationInode(long communicationInode)
           
 void setCompletedDate(java.util.Date completedDate)
          Sets the completedDate.
 void setFromEmail(java.lang.String fromEmail)
          Sets the fromEmail.
 void setFromName(java.lang.String fromName)
          Sets the fromName.
 void setHtmlPage(long htmlPage)
          Sets the htmlPage.
 void setInode(long inode)
          Sets the inode.
 void setMailingList(long mailingList)
          Sets the mailingList.
 void setMessage(java.lang.String message)
          Sets the message.
 void setSelectedHtmlPage(java.lang.String selectedHtmlPage)
          Sets the selectedHtmlPage.
 void setSendEmail(boolean sendEmail)
           
 void setSendsPerHour(java.lang.String sendsPerHour)
           
 void setStartDate(java.util.Date startDate)
          Sets the startDate.
 void setSubject(java.lang.String subject)
          Sets the subject.
 void setTitle(java.lang.String title)
          Sets the title.
 void setUserId(java.lang.String userId)
          Sets the userId.
 void setWebCompletedDate(java.lang.String webCompletedDate)
          Sets the webCompletedDate.
 void setWebStartDate(java.lang.String webStartDate)
          Sets the webStartDate.
 ActionErrors validate(ActionMapping mapping, HttpServletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CampaignForm

public CampaignForm()
Method Detail

getCompletedDate

public java.util.Date getCompletedDate()
Returns the completedDate.

Returns:
java.util.Date

getFromEmail

public java.lang.String getFromEmail()
Returns the fromEmail.

Returns:
String

getMessage

public java.lang.String getMessage()
Returns the message.

Returns:
String

getStartDate

public java.util.Date getStartDate()
Returns the startDate.

Returns:
java.util.Date

getSubject

public java.lang.String getSubject()
Returns the subject.

Returns:
String

getTitle

public java.lang.String getTitle()
Returns the title.

Returns:
String

getUserId

public java.lang.String getUserId()
Returns the userId.

Returns:
String

setCompletedDate

public void setCompletedDate(java.util.Date completedDate)
Sets the completedDate.

Parameters:
completedDate - The completedDate to set

setFromEmail

public void setFromEmail(java.lang.String fromEmail)
Sets the fromEmail.

Parameters:
fromEmail - The fromEmail to set

setMessage

public void setMessage(java.lang.String message)
Sets the message.

Parameters:
message - The message to set

setStartDate

public void setStartDate(java.util.Date startDate)
Sets the startDate.

Parameters:
startDate - The startDate to set

setSubject

public void setSubject(java.lang.String subject)
Sets the subject.

Parameters:
subject - The subject to set

setTitle

public void setTitle(java.lang.String title)
Sets the title.

Parameters:
title - The title to set

setUserId

public void setUserId(java.lang.String userId)
Sets the userId.

Parameters:
userId - The userId to set

getWebCompletedDate

public java.lang.String getWebCompletedDate()
Returns the webCompletedDate.

Returns:
String

getWebStartDate

public java.lang.String getWebStartDate()
Returns the webStartDate.

Returns:
String

setWebCompletedDate

public void setWebCompletedDate(java.lang.String webCompletedDate)
Sets the webCompletedDate.

Parameters:
webCompletedDate - The webCompletedDate to set

setWebStartDate

public void setWebStartDate(java.lang.String webStartDate)
Sets the webStartDate.

Parameters:
webStartDate - The webStartDate to set

getInode

public long getInode()
Returns the inode.

Returns:
long

setInode

public void setInode(long inode)
Sets the inode.

Parameters:
inode - The inode to set

isActive

public boolean isActive()
Returns the active.

Returns:
boolean

setActive

public void setActive(boolean active)
Sets the active.

Parameters:
active - The active to set

getMailingList

public long getMailingList()
Returns the mailingList.

Returns:
long

setMailingList

public void setMailingList(long mailingList)
Sets the mailingList.

Parameters:
mailingList - The mailingList to set

getHtmlPage

public long getHtmlPage()
Returns the htmlPage.

Returns:
long

setHtmlPage

public void setHtmlPage(long htmlPage)
Sets the htmlPage.

Parameters:
htmlPage - The htmlPage to set

getSelectedHtmlPage

public java.lang.String getSelectedHtmlPage()
Returns the selectedHtmlPage.

Returns:
String

setSelectedHtmlPage

public void setSelectedHtmlPage(java.lang.String selectedHtmlPage)
Sets the selectedHtmlPage.

Parameters:
selectedHtmlPage - The selectedHtmlPage to set

getFromName

public java.lang.String getFromName()
Returns the fromName.

Returns:
String

setFromName

public void setFromName(java.lang.String fromName)
Sets the fromName.

Parameters:
fromName - The fromName to set

validate

public ActionErrors validate(ActionMapping mapping,
                             HttpServletRequest request)

getSendsPerHour

public java.lang.String getSendsPerHour()

setSendsPerHour

public void setSendsPerHour(java.lang.String sendsPerHour)

getCommunicationInode

public long getCommunicationInode()
Returns:
Returns the communicationInode.

setCommunicationInode

public void setCommunicationInode(long communicationInode)
Parameters:
communicationInode - The communicationInode to set.

isSendEmail

public boolean isSendEmail()
Returns:
Returns the sendEmail.

setSendEmail

public void setSendEmail(boolean sendEmail)
Parameters:
sendEmail - The sendEmail to set.


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.