public class Conflict extends SSEModule
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BY_ATTRIBUTE
An optional, string attribute.
|
static java.lang.String |
CONFLICTS_NAME |
static java.lang.String |
NAME |
static java.lang.String |
VERSION_ATTRIBUTE
A required, integer attribute.
|
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, getUripublic 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.
public void copyFrom(CopyFrom obj)
CopyFromAny 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()
Copyright © 2025. All rights reserved.