|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ecf.provider.rss.channel.SseBase
org.eclipse.ecf.provider.rss.channel.SseConflict
public class SseConflict
In-Memory implementation of the conflict element.
Constructor Summary | |
---|---|
SseConflict()
|
Method Summary | |
---|---|
SseHistory |
getHistory()
Returns the value of the history field. |
int |
getVersion()
Returns the value of the version field. |
void |
setHistory(SseHistory history)
Sets the history field to the given value. |
void |
setVersion(int version)
Sets the version field to the given value. |
void |
setVersion(java.lang.String version)
Sets the version field to the given value. |
Methods inherited from class org.eclipse.ecf.provider.rss.channel.SseBase |
---|
getBy, getWhen, setBy, setWhen, setWhen |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SseConflict()
Method Detail |
---|
public int getVersion()
public SseHistory getHistory()
public void setVersion(int version)
version
- - the value to be set for the version field.public void setVersion(java.lang.String version)
version
- - the value to be set for the version field.public void setHistory(SseHistory history)
history
- - the value to be set for the history field.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |