com.dotmarketing.portlets.mailinglists.model
Class MailingList

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

public class MailingList
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
MailingList()
           
 
Method Summary
 int getSubscriberCount()
          Returns the subscriberCount.
 java.lang.String getTitle()
          Returns the title.
 java.lang.String getUserId()
          Returns the userId.
 boolean isPublicList()
          Returns the publicList.
 void setPublicList(boolean publicList)
          Sets the publicList.
 void setSubscriberCount(int subscriberCount)
          Sets the subscriberCount.
 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

MailingList

public MailingList()
Method Detail

isPublicList

public boolean isPublicList()
Returns the publicList.

Returns:
boolean

getSubscriberCount

public int getSubscriberCount()
Returns the subscriberCount.

Returns:
int

getTitle

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

Returns:
String

getUserId

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

Returns:
String

setPublicList

public void setPublicList(boolean publicList)
Sets the publicList.

Parameters:
publicList - The publicList to set

setSubscriberCount

public void setSubscriberCount(int subscriberCount)
Sets the subscriberCount.

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


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.