Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.syndication.workflow
Class TaskModuleImpl

java.lang.Object
  extended by com.sun.syndication.feed.module.ModuleImpl
      extended by org.nuxeo.ecm.platform.syndication.workflow.TaskModuleImpl
All Implemented Interfaces:
com.sun.syndication.feed.CopyFrom, com.sun.syndication.feed.module.Module, Serializable, Cloneable, TaskModule

public class TaskModuleImpl
extends com.sun.syndication.feed.module.ModuleImpl
implements TaskModule

Author:
bchaffangeon
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.nuxeo.ecm.platform.syndication.workflow.TaskModule
URI
 
Constructor Summary
TaskModuleImpl()
           
 
Method Summary
 void copyFrom(Object obj)
           
 String getComment()
           
 String getDescription()
           
 String getDirective()
           
 Date getDueDate()
           
 Class<TaskModule> getInterface()
           
 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 class com.sun.syndication.feed.module.ModuleImpl
clone, equals, getUri, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.sun.syndication.feed.module.Module
clone, getUri
 

Constructor Detail

TaskModuleImpl

public TaskModuleImpl()
Method Detail

getDirective

public String getDirective()
Specified by:
getDirective in interface TaskModule

getDueDate

public Date getDueDate()
Specified by:
getDueDate in interface TaskModule

getStartDate

public Date getStartDate()
Specified by:
getStartDate in interface TaskModule

setDirective

public void setDirective(String directive)
Specified by:
setDirective in interface TaskModule

setDueDate

public void setDueDate(Date date)
Specified by:
setDueDate in interface TaskModule

setStartDate

public void setStartDate(Date date)
Specified by:
setStartDate in interface TaskModule

copyFrom

public void copyFrom(Object obj)
Specified by:
copyFrom in interface com.sun.syndication.feed.CopyFrom

getInterface

public Class<TaskModule> getInterface()
Specified by:
getInterface in interface com.sun.syndication.feed.CopyFrom

getDescription

public String getDescription()
Specified by:
getDescription in interface TaskModule

getName

public String getName()
Specified by:
getName in interface TaskModule

setDescription

public void setDescription(String description)
Specified by:
setDescription in interface TaskModule

setName

public void setName(String name)
Specified by:
setName in interface TaskModule

getComment

public String getComment()
Specified by:
getComment in interface TaskModule

setComment

public void setComment(String comment)
Specified by:
setComment in interface TaskModule

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.