com.tibco.bpm.web.client.model.types
Class NewRecurringExclusion

java.lang.Object
  extended by com.tibco.bpm.web.client.model.types.NewWorkingDayExclusion
      extended by com.tibco.bpm.web.client.model.types.NewRecurringExclusion
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
Direct Known Subclasses:
ExistingRecurringExclusion

public class NewRecurringExclusion
extends NewWorkingDayExclusion
implements com.google.gwt.user.client.rpc.IsSerializable

TODO Give a useful description of the type.

©2012 Cloud Software Group, Inc.

Since:
TODO

Nested Class Summary
 
Nested classes/interfaces inherited from class com.tibco.bpm.web.client.model.types.NewWorkingDayExclusion
NewWorkingDayExclusion.FreeBusy
 
Constructor Summary
NewRecurringExclusion()
          TODO Describe this method
 
Method Summary
 Duration getDuration()
          TODO Describe this method
 java.lang.String getrRule()
          TODO Describe this method
 void setDuration(Duration duration)
          TODO Describe this method
 void setrRule(java.lang.String rRule)
          TODO Describe this method
 
Methods inherited from class com.tibco.bpm.web.client.model.types.NewWorkingDayExclusion
getDay, getDescription, getEnd, getFreeBusy, getStart, isAllDay, setAllDay, setDay, setDescription, setEnd, setFreeBusy, setStart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewRecurringExclusion

public NewRecurringExclusion()
TODO Describe this method

Method Detail

getDuration

public Duration getDuration()
TODO Describe this method

Returns:
Returns the duration.

setDuration

public void setDuration(Duration duration)
TODO Describe this method

Parameters:
duration - The duration to set.

getrRule

public java.lang.String getrRule()
TODO Describe this method

Returns:
Returns the rRule.

setrRule

public void setrRule(java.lang.String rRule)
TODO Describe this method

Parameters:
rRule - The rRule to set.


Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.