public class Conflict extends SSEModule
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
by |
static java.lang.String |
BY_ATTRIBUTE
An optional, string attribute.
|
private Item |
conflictItem |
static java.lang.String |
CONFLICTS_NAME |
private static org.slf4j.Logger |
LOG |
static java.lang.String |
NAME |
private static long |
serialVersionUID |
private java.lang.Integer |
version |
static java.lang.String |
VERSION_ATTRIBUTE
A required, integer attribute.
|
private java.util.Date |
when |
static java.lang.String |
WHEN_ATTRIBUTE
An optional, date-time attribute.
|
NAMESPACES, PREFIX, SSE_NS, SSE_SCHEMA_URI
Constructor and Description |
---|
Conflict() |
Modifier and Type | Method and Description |
---|---|
void |
copyFrom(CopyFrom obj)
Copies all the properties of the given bean into this one.
|
java.lang.String |
getBy() |
Item |
getItem() |
java.lang.Integer |
getVersion() |
java.util.Date |
getWhen() |
void |
setBy(java.lang.String by) |
void |
setItem(Item conflictItem) |
void |
setVersion(java.lang.Integer version) |
void |
setWhen(java.util.Date when) |
clone, getInterface, getUri
private static final long serialVersionUID
private static final org.slf4j.Logger LOG
public static final java.lang.String CONFLICTS_NAME
public static final java.lang.String NAME
public static final java.lang.String BY_ATTRIBUTE
Note: Either or both of the when or by attributes MUST be present; it is invalid to have neither.
public static final java.lang.String VERSION_ATTRIBUTE
public static final java.lang.String WHEN_ATTRIBUTE
Note: Either or both of the when or by attributes MUST be present; it is invalid to have neither.
private java.lang.Integer version
private java.util.Date when
private java.lang.String by
private Item conflictItem
public void copyFrom(CopyFrom obj)
CopyFrom
Any existing properties in this bean are lost.
This method is useful for moving from one implementation of a bean interface to another. For example from the default SyndFeed bean implementation to a Hibernate ready implementation.
public java.lang.String getBy()
public void setBy(java.lang.String by)
public java.lang.Integer getVersion()
public void setVersion(java.lang.Integer version)
public java.util.Date getWhen()
public void setWhen(java.util.Date when)
public void setItem(Item conflictItem)
public Item getItem()