public class Conflict extends SSEModule
Modifier and Type | Field and Description |
---|---|
static String |
BY_ATTRIBUTE
An optional, string attribute.
|
static String |
CONFLICTS_NAME |
static String |
NAME |
static String |
VERSION_ATTRIBUTE
A required, integer attribute.
|
static 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.
|
String |
getBy() |
Item |
getItem() |
Integer |
getVersion() |
Date |
getWhen() |
void |
setBy(String by) |
void |
setItem(Item conflictItem) |
void |
setVersion(Integer version) |
void |
setWhen(Date when) |
clone, getInterface, getUri
public static final String CONFLICTS_NAME
public static final String NAME
public static final 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 String VERSION_ATTRIBUTE
public static final 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)
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 String getBy()
public void setBy(String by)
public Integer getVersion()
public void setVersion(Integer version)
public Date getWhen()
public void setWhen(Date when)
public void setItem(Item conflictItem)
public Item getItem()
Copyright © 2018. All rights reserved.