org.eclipse.ecf.provider.rss.channel
Class SseConflict

java.lang.Object
  extended by org.eclipse.ecf.provider.rss.channel.SseBase
      extended by org.eclipse.ecf.provider.rss.channel.SseConflict
All Implemented Interfaces:
java.io.Serializable

public class SseConflict
extends SseBase

In-Memory implementation of the conflict element.

Author:
Sergey Yakovlev
See Also:
Serialized Form

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

SseConflict

public SseConflict()
Method Detail

getVersion

public int getVersion()
Returns the value of the version field.

Returns:
the value for the version field.

getHistory

public SseHistory getHistory()
Returns the value of the history field.

Returns:
the value for the history field.

setVersion

public void setVersion(int version)
Sets the version field to the given value.

Parameters:
version - - the value to be set for the version field.

setVersion

public void setVersion(java.lang.String version)
Sets the version field to the given value.

Parameters:
version - - the value to be set for the version field.

setHistory

public void setHistory(SseHistory history)
Sets the history field to the given value.

Parameters:
history - - the value to be set for the history field.