Oracle® Collaboration Suite Workspaces API Reference
10g Release 1 (10.1.2)

B25479-01


oracle.workspaces.template
Class CwTaskTemplate

java.lang.Object
  extended byoracle.workspaces.template.CwEntityAbstractTemplate
      extended byoracle.workspaces.template.CwTaskTemplate


public class CwTaskTemplate
extends CwEntityAbstractTemplate

An instance of this class represents a template for a Task.


Constructor Summary
CwTaskTemplate(org.w3c.dom.Element taskElement)

Method Summary
java.lang.String getDescription()
java.lang.String getDuration()
java.lang.String getPriority()
java.lang.String getStartTime()
java.lang.String getSummary()

Methods inherited from class oracle.workspaces.template.CwEntityAbstractTemplate
getID

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

CwTaskTemplate

public CwTaskTemplate(org.w3c.dom.Element taskElement)

Method Detail

getDescription

public java.lang.String getDescription()

getDuration

public java.lang.String getDuration()

getPriority

public java.lang.String getPriority()

getStartTime

public java.lang.String getStartTime()

getSummary

public java.lang.String getSummary()

Copyright © 2001, 2005, Oracle. All rights reserved.