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:
UUIDable, Permissionable, Versionable, Categorizable, java.io.Serializable, java.lang.Comparable

public class MailingList
extends Inode
implements java.io.Serializable

Author:
David Torres
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.dotmarketing.beans.Inode
inode, owner
 
Constructor Summary
MailingList()
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.Object> getMap()
          Returns a hashmap with all the inode fields
 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 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
acceptedPermissions, addChild, addChild, addChild, addParent, addParent, compareTo, deleteChild, deleteChild, deleteParent, deleteParent, equals, getCategoryId, getiDate, getIDate, getIdentifier, getInode, getModDate, getModUser, getOwner, getParentPermissionable, getPermissionId, getPermissionType, getType, getVersionId, getVersionType, hasChildren, hashCode, hasParents, isArchived, isLive, isLocked, isNew, isParentPermissionable, isWorking, permissionDependencies, setiDate, setIDate, setIDate, setIdentifier, setInode, setOwner, setParents, setType, setVersionId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailingList

public MailingList()
Method Detail

isPublicList

public boolean isPublicList()
Returns the publicList.

Returns:
boolean

getTitle

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

Specified by:
getTitle in interface Versionable
Overrides:
getTitle in class Inode
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

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

getMap

public java.util.Map<java.lang.String,java.lang.Object> getMap()
Description copied from class: Inode
Returns a hashmap with all the inode fields

Overrides:
getMap in class Inode
Returns:
the map


Copyright © 2010 dotCMS Inc. All Rights Reserved.