Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.syndication.workflow
Interface TaskModule

All Superinterfaces:
Cloneable, com.sun.syndication.feed.CopyFrom, com.sun.syndication.feed.module.Module, Serializable
All Known Implementing Classes:
TaskModuleImpl

public interface TaskModule
extends com.sun.syndication.feed.module.Module


Field Summary
static String URI
           
 
Method Summary
 String getComment()
           
 String getDescription()
           
 String getDirective()
           
 Date getDueDate()
           
 String getName()
           
 Date getStartDate()
           
 void setComment(String comment)
           
 void setDescription(String description)
           
 void setDirective(String directive)
           
 void setDueDate(Date date)
           
 void setName(String name)
           
 void setStartDate(Date date)
           
 
Methods inherited from interface com.sun.syndication.feed.module.Module
clone, getUri
 
Methods inherited from interface com.sun.syndication.feed.CopyFrom
copyFrom, getInterface
 

Field Detail

URI

static final String URI
See Also:
Constant Field Values
Method Detail

getDueDate

Date getDueDate()

setDueDate

void setDueDate(Date date)

getStartDate

Date getStartDate()

setStartDate

void setStartDate(Date date)

getDirective

String getDirective()

setDirective

void setDirective(String directive)

getName

String getName()

setName

void setName(String name)

getDescription

String getDescription()

setDescription

void setDescription(String description)

getComment

String getComment()

setComment

void setComment(String comment)

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.