public class Conflicts extends SSEModule
The sx:conflicts element MUST contain one or more sx:conflict sub-elements.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME |
private static long |
serialVersionUID |
NAMESPACES, PREFIX, SSE_NS, SSE_SCHEMA_URI
Constructor and Description |
---|
Conflicts() |
Modifier and Type | Method and Description |
---|---|
void |
copyFrom(CopyFrom obj)
Copies all the properties of the given bean into this one.
|
clone, getInterface, getUri
private static final long serialVersionUID
public static final java.lang.String NAME
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.