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

java.lang.Object
  extended by com.tibco.bpm.web.client.model.types.CalendarBasic
      extended by com.tibco.bpm.web.client.model.types.WorkCalendar
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
Direct Known Subclasses:
BaseCalendar, OverlayCalendar

public class WorkCalendar
extends CalendarBasic
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.CalendarBasic
CalendarBasic.CalendarType
 
Method Summary
 java.util.HashSet<java.lang.String> getReferences()
          TODO Describe this method
 int getVersion()
          TODO Describe this method
 void setReferences(java.util.HashSet<java.lang.String> references)
          TODO Describe this method
 void setVersion(int version)
          TODO Describe this method
 
Methods inherited from class com.tibco.bpm.web.client.model.types.CalendarBasic
getCalendarType, getDateCreated, getDateModified, getName, getNameSpace, setCalendarType, setDateCreated, setDateModified, setName, setNameSpace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getVersion

public int getVersion()
TODO Describe this method

Returns:
Returns the version.

setVersion

public void setVersion(int version)
TODO Describe this method

Parameters:
version - The version to set.

getReferences

public java.util.HashSet<java.lang.String> getReferences()
TODO Describe this method

Returns:

setReferences

public void setReferences(java.util.HashSet<java.lang.String> references)
TODO Describe this method

Parameters:
references -


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