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 String |
NAME |
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
public static final 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.
Copyright © 2019. All rights reserved.