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

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

public class CopiedCalendar
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
CopiedCalendar()
           
 
Method Summary
 java.lang.String getName()
          TODO Describe this method
 java.lang.String getNameSpace()
          TODO Describe this method
 int getVersion()
          TODO Describe this method
 void setName(java.lang.String name)
          TODO Describe this method
 void setNameSpace(java.lang.String nameSpace)
          TODO Describe this method
 void setVersion(int version)
          TODO Describe this method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopiedCalendar

public CopiedCalendar()
Method Detail

getNameSpace

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

Returns:
Returns the nameSpace.

setNameSpace

public void setNameSpace(java.lang.String nameSpace)
TODO Describe this method

Parameters:
nameSpace - The nameSpace to set.

getName

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

Returns:
Returns the name.

setName

public void setName(java.lang.String name)
TODO Describe this method

Parameters:
name - The name to set.

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.


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