com.dotmarketing.portlets.events.model
Class Recurance

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

public class Recurance
extends Inode
implements java.io.Serializable

Author:
Hibernate CodeGenerator
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.dotmarketing.beans.Inode
inode, owner
 
Constructor Summary
Recurance()
           
 
Method Summary
 int getDayOfMonth()
          Returns the dayOfMonth.
 java.lang.String getDaysOfWeek()
          Returns the daysOfWeek.
 java.util.Date getEnding()
          Returns the ending.
 int getInterval()
          Returns the interval.
 java.lang.String getOccurs()
          Returns the occurs.
 java.util.Date getStarting()
          Returns the starting.
 void setDayOfMonth(int dayOfMonth)
          Sets the dayOfMonth.
 void setDaysOfWeek(java.lang.String daysOfWeek)
          Sets the daysOfWeek.
 void setEnding(java.util.Date ending)
          Sets the ending.
 void setEndTime(java.util.Date newEndTime)
           
 void setInterval(int interval)
          Sets the interval.
 void setOccurs(java.lang.String occurs)
          Sets the occurs.
 void setStarting(java.util.Date starting)
          Sets the starting.
 void setStartTime(java.util.Date newStartTime)
           
 
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, getMap, getModDate, getModUser, getOwner, getParentPermissionable, getPermissionId, getPermissionType, getTitle, 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

Recurance

public Recurance()
Method Detail

getDaysOfWeek

public java.lang.String getDaysOfWeek()
Returns the daysOfWeek.

Returns:
String

getEnding

public java.util.Date getEnding()
Returns the ending.

Returns:
Date

getInterval

public int getInterval()
Returns the interval.

Returns:
int

getOccurs

public java.lang.String getOccurs()
Returns the occurs.

Returns:
String

getStarting

public java.util.Date getStarting()
Returns the starting.

Returns:
Date

setDaysOfWeek

public void setDaysOfWeek(java.lang.String daysOfWeek)
Sets the daysOfWeek.

Parameters:
daysOfWeek - The daysOfWeek to set

setEnding

public void setEnding(java.util.Date ending)
Sets the ending.

Parameters:
ending - The ending to set

setInterval

public void setInterval(int interval)
Sets the interval.

Parameters:
interval - The interval to set

setOccurs

public void setOccurs(java.lang.String occurs)
Sets the occurs.

Parameters:
occurs - The occurs to set

setStarting

public void setStarting(java.util.Date starting)
Sets the starting.

Parameters:
starting - The starting to set

getDayOfMonth

public int getDayOfMonth()
Returns the dayOfMonth.

Returns:
int

setDayOfMonth

public void setDayOfMonth(int dayOfMonth)
Sets the dayOfMonth.

Parameters:
dayOfMonth - The dayOfMonth to set

setStartTime

public void setStartTime(java.util.Date newStartTime)

setEndTime

public void setEndTime(java.util.Date newEndTime)


Copyright © 2010 dotCMS Inc. All Rights Reserved.