com.tibco.bpm.web.client.services.results
Class CopiedCalendarResult

java.lang.Object
  extended by com.tibco.bpm.web.client.services.results.CopiedCalendarResult
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, net.customware.gwt.dispatch.shared.Result

public class CopiedCalendarResult
extends java.lang.Object
implements net.customware.gwt.dispatch.shared.Result

This result holds a copy of an identified Calendar of the same type. For Base Calendars, it will consist of the properties from the original Calendar will include the time-zone and working hours. For Base and Overlay Calendars, it can include all future Calendar Entries if requested in the action CopyCalendar.

©2012 Cloud Software Group, Inc.

Since:
2.0

Constructor Summary
CopiedCalendarResult(CopiedCalendar copiedCalendar)
          Constructor for CopiedCalendarResult.
 
Method Summary
 CopiedCalendar getCopiedCalendar()
          Gets copiedCalendar.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopiedCalendarResult

public CopiedCalendarResult(CopiedCalendar copiedCalendar)
Constructor for CopiedCalendarResult.

Parameters:
copiedCalendar -
Method Detail

getCopiedCalendar

public CopiedCalendar getCopiedCalendar()
Gets copiedCalendar.

Returns:
Returns the copiedCalendar.


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