com.dotmarketing.portlets.campaigns.model
Class Campaign

java.lang.Object
  extended by com.dotmarketing.beans.Inode
      extended by com.dotmarketing.portlets.campaigns.model.Campaign
All Implemented Interfaces:
java.io.Serializable

public class Campaign
extends Inode
implements java.io.Serializable

Author:
Hibernate CodeGenerator
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.dotmarketing.beans.Inode
inode
 
Constructor Summary
Campaign()
           
 
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.
 java.lang.String getMessage()
          Returns the message.
 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.
 boolean isActive()
          Returns the active.
 boolean isLocked()
          Returns the locked.
 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 setLocked(boolean locked)
          Sets the locked.
 void setMessage(java.lang.String message)
          Sets the message.
 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.
 
Methods inherited from class com.dotmarketing.beans.Inode
addChild, addChild, addParent, addParent, deleteChild, deleteChild, deleteParent, deleteParent, equals, getiDate, getIDate, getIdentifier, getInode, getMap, getOwner, getType, hasChildren, hasParents, isNew, setiDate, setIDate, setIDate, setIdentifier, setInode, setInode, setOwner, setOwner, setParents, setType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Campaign

public Campaign()
Method Detail

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.

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

isActive

public boolean isActive()
Returns the active.

Returns:
boolean

setActive

public void setActive(boolean active)
Sets the active.

Parameters:
active - The active 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

isLocked

public boolean isLocked()
Returns the locked.

Returns:
boolean

setLocked

public void setLocked(boolean locked)
Sets the locked.

Parameters:
locked - The locked to set

getSendsPerHour

public java.lang.String getSendsPerHour()

setSendsPerHour

public void setSendsPerHour(java.lang.String sendsPerHour)


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.