public class DiffComplexFieldDefinitionImpl extends Object implements DiffComplexFieldDefinition
DiffComplexFieldDefinition| Constructor and Description | 
|---|
| DiffComplexFieldDefinitionImpl(String schema,
                              String name) | 
| DiffComplexFieldDefinitionImpl(String schema,
                              String name,
                              List<DiffFieldItemDefinition> includedItems,
                              List<DiffFieldItemDefinition> excludedItems) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object other) | 
| List<DiffFieldItemDefinition> | getExcludedItems()Gets the complex field excluded items. | 
| List<DiffFieldItemDefinition> | getIncludedItems()Gets the complex field included items. | 
| String | getName()Gets the complex field name. | 
| String | getSchema()Gets the complex field schema. | 
| String | toString() | 
public DiffComplexFieldDefinitionImpl(String schema, String name, List<DiffFieldItemDefinition> includedItems, List<DiffFieldItemDefinition> excludedItems)
public String getSchema()
DiffComplexFieldDefinitiongetSchema in interface DiffComplexFieldDefinitionpublic String getName()
DiffComplexFieldDefinitiongetName in interface DiffComplexFieldDefinitionpublic List<DiffFieldItemDefinition> getIncludedItems()
DiffComplexFieldDefinitiongetIncludedItems in interface DiffComplexFieldDefinitionpublic List<DiffFieldItemDefinition> getExcludedItems()
DiffComplexFieldDefinitiongetExcludedItems in interface DiffComplexFieldDefinitionCopyright © 2014 Nuxeo SA. All rights reserved.