|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rometools.feed.module.sse.modules.SSEModule
org.rometools.feed.module.sse.modules.Sync
public class Sync
Element within RSS
or OPML
.
Field Summary | |
---|---|
static String |
CONFLICT_ATTRIBUTE
|
static String |
DELETED_ATTRIBUTE
|
static String |
ID_ATTRIBUTE
|
static String |
NAME
|
static String |
VERSION_ATTRIBUTE
|
Fields inherited from class org.rometools.feed.module.sse.modules.SSEModule |
---|
NAMESPACES, PREFIX, SSE_NS, SSE_SCHEMA_URI |
Constructor Summary | |
---|---|
Sync()
|
Method Summary | |
---|---|
void |
addConflict(Conflict conflict)
|
void |
copyFrom(com.sun.syndication.feed.CopyFrom obj)
|
List |
getConflicts()
|
History |
getHistory()
Get the history for this sync object |
String |
getId()
Provides access to the sync id, a required, string attribute. |
Integer |
getVersion()
Provides access to a required, integer attribute. |
Boolean |
isConflict()
Provides access to an optional, Boolean conflict attribute. |
Boolean |
isDeleted()
Provide access to an optional, Boolean attribute. |
void |
setConflict(Boolean conflict)
Set an indication of whether there was an update conflict detected when processing an update of this item. |
void |
setConflicts(List conflicts)
|
void |
setDeleted(Boolean deleted)
Set an indication of whether this item has been deleted and is a tombstone. |
void |
setHistory(History history)
The history history for this sync object |
void |
setId(String id)
Set the identifier for the item. |
void |
setVersion(Integer version)
Set the modification sequence number of the item. |
Methods inherited from class org.rometools.feed.module.sse.modules.SSEModule |
---|
clone, getInterface, getUri |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String NAME
public static final String ID_ATTRIBUTE
public static final String VERSION_ATTRIBUTE
public static final String CONFLICT_ATTRIBUTE
public static final String DELETED_ATTRIBUTE
Constructor Detail |
---|
public Sync()
Method Detail |
---|
public void copyFrom(com.sun.syndication.feed.CopyFrom obj)
copyFrom
in interface com.sun.syndication.feed.CopyFrom
copyFrom
in class SSEModule
public String getId()
public void setId(String id)
id
- the identifier for the item.public Integer getVersion()
public void setVersion(Integer version)
version
- the modification sequence number of the item.public Boolean isDeleted()
public void setDeleted(Boolean deleted)
deleted
- an indication of whether this item has been deleted and is a tombstone.public Boolean isConflict()
public void setConflict(Boolean conflict)
conflict
- an indication of whether there was an update conflict detected when processing an update of this
item.public void setHistory(History history)
history
- the history for this sync object.public History getHistory()
public void addConflict(Conflict conflict)
public List getConflicts()
public void setConflicts(List conflicts)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |