|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.syndication.feed.module.ModuleImpl
com.sun.syndication.propono.atom.common.rome.AppModuleImpl
public class AppModuleImpl
Bean representation of APP module.
Field Summary |
---|
Fields inherited from interface com.sun.syndication.propono.atom.common.rome.AppModule |
---|
URI |
Constructor Summary | |
---|---|
AppModuleImpl()
|
Method Summary | |
---|---|
void |
copyFrom(Object obj)
Copy from other module |
Boolean |
getDraft()
True if entry is draft |
Date |
getEdited()
Time of last edit |
Class |
getInterface()
Get interface class of module |
void |
setDraft(Boolean draft)
Set to true if entry is draft |
void |
setEdited(Date edited)
Set time of last edit |
Methods inherited from class com.sun.syndication.feed.module.ModuleImpl |
---|
clone, equals, getUri, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.sun.syndication.feed.module.Module |
---|
clone, getUri |
Constructor Detail |
---|
public AppModuleImpl()
Method Detail |
---|
public Boolean getDraft()
getDraft
in interface AppModule
public void setDraft(Boolean draft)
setDraft
in interface AppModule
public Date getEdited()
getEdited
in interface AppModule
public void setEdited(Date edited)
setEdited
in interface AppModule
public Class getInterface()
getInterface
in interface CopyFrom
public void copyFrom(Object obj)
copyFrom
in interface CopyFrom
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |