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 TaskModule
public Date getDueDate()
getDueDate
in interface TaskModule
public Date getStartDate()
getStartDate
in interface TaskModule
public void setDirective(String directive)
setDirective
in interface TaskModule
public void setDueDate(Date date)
setDueDate
in interface TaskModule
public void setStartDate(Date date)
setStartDate
in interface TaskModule
public void copyFrom(Object obj)
copyFrom
in interface com.sun.syndication.feed.CopyFrom
public Class<TaskModule> getInterface()
getInterface
in interface com.sun.syndication.feed.CopyFrom
public String getDescription()
getDescription
in interface TaskModule
public String getName()
getName
in interface TaskModule
public void setDescription(String description)
setDescription
in interface TaskModule
public void setName(String name)
setName
in interface TaskModule
public String getComment()
getComment
in interface TaskModule
public void setComment(String comment)
setComment
in interface TaskModule
Copyright © 2011 Nuxeo SA. All Rights Reserved.