org.rometools.propono.atom.common.rome
Interface AppModule

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

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

ROME Extension Module to Atom protocol extensions to Atom format.


Field Summary
static String URI
           
 
Method Summary
 Boolean getDraft()
          True if entry is a draft
 Date getEdited()
          Time of last edit
 void setDraft(Boolean draft)
          Set to true if entry is a draft
 void setEdited(Date edited)
          Set time of last edit
 
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

getDraft

Boolean getDraft()
True if entry is a draft


setDraft

void setDraft(Boolean draft)
Set to true if entry is a draft


getEdited

Date getEdited()
Time of last edit


setEdited

void setEdited(Date edited)
Set time of last edit



Copyright © 2007-2013 ROME Project. All Rights Reserved.