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

java.lang.Object
  extended by com.tibco.bpm.web.client.model.types.RecurringInstance
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class RecurringInstance
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable

TODO Give a useful description of the type.

©2012 Cloud Software Group, Inc.

Since:
TODO

Constructor Summary
RecurringInstance()
          TODO Describe this method
 
Method Summary
 java.util.Date getEnd()
          TODO Describe this method
 java.util.Date getStart()
          TODO Describe this method
 void setEnd(java.util.Date end)
          TODO Describe this method
 void setStart(java.util.Date start)
          TODO Describe this method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecurringInstance

public RecurringInstance()
TODO Describe this method

Method Detail

getStart

public java.util.Date getStart()
TODO Describe this method

Returns:
Returns the start.

setStart

public void setStart(java.util.Date start)
TODO Describe this method

Parameters:
start - The start to set.

getEnd

public java.util.Date getEnd()
TODO Describe this method

Returns:
Returns the end.

setEnd

public void setEnd(java.util.Date end)
TODO Describe this method

Parameters:
end - The end to set.


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