- See Also:
- Serialized Form
Method Summary |
void |
copyFrom(java.lang.Object obj)
|
java.lang.String |
getBy()
|
com.sun.syndication.feed.rss.Item |
getItem()
|
java.lang.Integer |
getVersion()
|
java.util.Date |
getWhen()
|
void |
setBy(java.lang.String by)
|
void |
setItem(com.sun.syndication.feed.rss.Item conflictItem)
|
void |
setVersion(java.lang.Integer version)
|
void |
setWhen(java.util.Date when)
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONFLICTS_NAME
public static final java.lang.String CONFLICTS_NAME
- See Also:
- Constant Field Values
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
BY_ATTRIBUTE
public static final java.lang.String BY_ATTRIBUTE
- An optional, string attribute. This text attribute identifies the endpoint that
made the conflicting modification. It is used and compared programmatically.
See sx:update for format guidance.
Note: Either or both of the when or by attributes MUST be present; it is
invalid to have neither.
- See Also:
- Constant Field Values
VERSION_ATTRIBUTE
public static final java.lang.String VERSION_ATTRIBUTE
- A required, integer attribute. This is the version number of the conflicting
modification.
- See Also:
- Constant Field Values
WHEN_ATTRIBUTE
public static final java.lang.String WHEN_ATTRIBUTE
- An optional, date-time attribute. This is the date-time when the conflicting
modification took place. See sx:update for format guidance.
Note: Either or both of the when or by attributes MUST be present; it is
invalid to have neither.
- See Also:
- Constant Field Values
Conflict
public Conflict()
copyFrom
public void copyFrom(java.lang.Object obj)
- Specified by:
copyFrom
in interface com.sun.syndication.feed.CopyFrom
- Specified by:
copyFrom
in class SSEModule
getBy
public java.lang.String getBy()
setBy
public void setBy(java.lang.String by)
getVersion
public java.lang.Integer getVersion()
setVersion
public void setVersion(java.lang.Integer version)
getWhen
public java.util.Date getWhen()
setWhen
public void setWhen(java.util.Date when)
setItem
public void setItem(com.sun.syndication.feed.rss.Item conflictItem)
getItem
public com.sun.syndication.feed.rss.Item getItem()
Copyright © 2006-2009. All Rights Reserved.