public class TaskModuleImpl extends com.sun.syndication.feed.module.ModuleImpl implements TaskModule
URI| Constructor and Description |
|---|
TaskModuleImpl() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public String getDirective()
getDirective in interface TaskModulepublic Date getDueDate()
getDueDate in interface TaskModulepublic Date getStartDate()
getStartDate in interface TaskModulepublic void setDirective(String directive)
setDirective in interface TaskModulepublic void setDueDate(Date date)
setDueDate in interface TaskModulepublic void setStartDate(Date date)
setStartDate in interface TaskModulepublic void copyFrom(Object obj)
copyFrom in interface com.sun.syndication.feed.CopyFrompublic Class<TaskModule> getInterface()
getInterface in interface com.sun.syndication.feed.CopyFrompublic String getDescription()
getDescription in interface TaskModulepublic String getName()
getName in interface TaskModulepublic void setDescription(String description)
setDescription in interface TaskModulepublic void setName(String name)
setName in interface TaskModulepublic String getComment()
getComment in interface TaskModulepublic void setComment(String comment)
setComment in interface TaskModuleCopyright © 2011 Nuxeo SA. All Rights Reserved.