com.sun.syndication.propono.atom.common.rome
Class PubControlModuleImpl

java.lang.Object
  extended by com.sun.syndication.feed.module.ModuleImpl
      extended by com.sun.syndication.propono.atom.common.rome.PubControlModuleImpl
All Implemented Interfaces:
CopyFrom, Module, PubControlModule, Serializable, Cloneable

public class PubControlModuleImpl
extends ModuleImpl
implements PubControlModule

Bean representation of PubControl module.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.sun.syndication.propono.atom.common.rome.PubControlModule
URI
 
Constructor Summary
PubControlModuleImpl()
          Contruct Module implementation
 
Method Summary
 void copyFrom(Object obj)
          Copy from existing Module
 Boolean getDraft()
          True if entry is draft.
 Class getInterface()
          Get interface of Module
 void setDraft(Boolean draft)
          Set true if entry is draft.
 
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

PubControlModuleImpl

public PubControlModuleImpl()
Contruct Module implementation

Method Detail

getDraft

public Boolean getDraft()
True if entry is draft.

Specified by:
getDraft in interface PubControlModule

setDraft

public void setDraft(Boolean draft)
Set true if entry is draft.

Specified by:
setDraft in interface PubControlModule

getInterface

public Class getInterface()
Get interface of Module

Specified by:
getInterface in interface CopyFrom

copyFrom

public void copyFrom(Object obj)
Copy from existing Module

Specified by:
copyFrom in interface CopyFrom