com.dotmarketing.portlets.webevents.model
Class WebEvent

java.lang.Object
  extended by com.dotmarketing.beans.Inode
      extended by com.dotmarketing.portlets.webevents.model.WebEvent
All Implemented Interfaces:
UUIDable, Permissionable, Versionable, Categorizable, java.io.Serializable, java.lang.Comparable

public class WebEvent
extends Inode
implements java.lang.Comparable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.dotmarketing.beans.Inode
inode, owner
 
Constructor Summary
WebEvent()
           
 
Method Summary
 int compareTo(java.lang.Object other)
           
 java.lang.String getComments()
           
 java.lang.String getDescription()
           
 java.lang.String getEventImage1()
           
 java.lang.String getEventImage2()
           
 java.lang.String getEventImage3()
           
 java.lang.String getEventImage4()
           
 int getSortOrder()
           
 java.lang.String getSubtitle()
           
 java.lang.String getSummary()
           
 java.lang.String getTermsConditions()
           
 java.lang.String getTitle()
           
 boolean isInstitute()
           
 boolean isPartnersOnly()
           
 boolean isShowOnWeb()
           
 void setComments(java.lang.String comments)
           
 void setDescription(java.lang.String description)
           
 void setEventImage1(java.lang.String eventImage1)
           
 void setEventImage2(java.lang.String eventImage2)
           
 void setEventImage3(java.lang.String eventImage3)
           
 void setEventImage4(java.lang.String eventImage4)
           
 void setInstitute(boolean institute)
           
 void setPartnersOnly(boolean partnersOnly)
           
 void setShowOnWeb(boolean showOnWeb)
           
 void setSortOrder(int sortOrder)
           
 void setSubtitle(java.lang.String subtitle)
           
 void setSummary(java.lang.String summary)
           
 void setTermsConditions(java.lang.String termsConditions)
           
 void setTitle(java.lang.String title)
           
 
Methods inherited from class com.dotmarketing.beans.Inode
acceptedPermissions, addChild, addChild, addChild, addParent, addParent, deleteChild, deleteChild, deleteParent, deleteParent, equals, getCategoryId, getiDate, getIDate, getIdentifier, getInode, getMap, 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

WebEvent

public WebEvent()
Method Detail

getComments

public java.lang.String getComments()
Returns:
Returns the comments.

setComments

public void setComments(java.lang.String comments)
Parameters:
comments - The comments to set.

getDescription

public java.lang.String getDescription()
Returns:
Returns the description.

setDescription

public void setDescription(java.lang.String description)
Parameters:
description - The description to set.

getEventImage1

public java.lang.String getEventImage1()
Returns:
Returns the eventImage1.

setEventImage1

public void setEventImage1(java.lang.String eventImage1)
Parameters:
eventImage1 - The eventImage1 to set.

getEventImage2

public java.lang.String getEventImage2()
Returns:
Returns the eventImage2.

setEventImage2

public void setEventImage2(java.lang.String eventImage2)
Parameters:
eventImage2 - The eventImage2 to set.

getEventImage3

public java.lang.String getEventImage3()
Returns:
Returns the eventImage3.

setEventImage3

public void setEventImage3(java.lang.String eventImage3)
Parameters:
eventImage3 - The eventImage3 to set.

getEventImage4

public java.lang.String getEventImage4()
Returns:
Returns the eventImage4.

setEventImage4

public void setEventImage4(java.lang.String eventImage4)
Parameters:
eventImage4 - The eventImage4 to set.

isPartnersOnly

public boolean isPartnersOnly()
Returns:
Returns the partnersOnly.

setPartnersOnly

public void setPartnersOnly(boolean partnersOnly)
Parameters:
partnersOnly - The partnersOnly to set.

isShowOnWeb

public boolean isShowOnWeb()
Returns:
Returns the showOnWeb.

setShowOnWeb

public void setShowOnWeb(boolean showOnWeb)
Parameters:
showOnWeb - The showOnWeb to set.

getSortOrder

public int getSortOrder()
Returns:
Returns the sortOrder.

setSortOrder

public void setSortOrder(int sortOrder)
Parameters:
sortOrder - The sortOrder to set.

getSubtitle

public java.lang.String getSubtitle()
Returns:
Returns the subtitle.

setSubtitle

public void setSubtitle(java.lang.String subtitle)
Parameters:
subtitle - The subtitle to set.

getSummary

public java.lang.String getSummary()
Returns:
Returns the summary.

setSummary

public void setSummary(java.lang.String summary)
Parameters:
summary - The summary to set.

getTermsConditions

public java.lang.String getTermsConditions()
Returns:
Returns the termsConditions.

setTermsConditions

public void setTermsConditions(java.lang.String termsConditions)
Parameters:
termsConditions - The termsConditions to set.

getTitle

public java.lang.String getTitle()
Specified by:
getTitle in interface Versionable
Overrides:
getTitle in class Inode
Returns:
Returns the title.

setTitle

public void setTitle(java.lang.String title)
Parameters:
title - The title to set.

compareTo

public int compareTo(java.lang.Object other)
Specified by:
compareTo in interface java.lang.Comparable
Overrides:
compareTo in class Inode

isInstitute

public boolean isInstitute()
Returns:
Returns the institute.

setInstitute

public void setInstitute(boolean institute)
Parameters:
institute - The institute to set.


Copyright © 2010 dotCMS Inc. All Rights Reserved.