public class DiffComplexFieldDefinitionImpl extends Object implements DiffComplexFieldDefinition
DiffComplexFieldDefinition
Modifier and Type | Field and Description |
---|---|
protected List<DiffFieldItemDefinition> |
excludedItems |
protected List<DiffFieldItemDefinition> |
includedItems |
protected String |
name |
protected String |
schema |
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() |
protected List<DiffFieldItemDefinition> includedItems
protected List<DiffFieldItemDefinition> excludedItems
public DiffComplexFieldDefinitionImpl(String schema, String name)
public DiffComplexFieldDefinitionImpl(String schema, String name, List<DiffFieldItemDefinition> includedItems, List<DiffFieldItemDefinition> excludedItems)
public String getSchema()
DiffComplexFieldDefinition
getSchema
in interface DiffComplexFieldDefinition
public String getName()
DiffComplexFieldDefinition
getName
in interface DiffComplexFieldDefinition
public List<DiffFieldItemDefinition> getIncludedItems()
DiffComplexFieldDefinition
getIncludedItems
in interface DiffComplexFieldDefinition
public List<DiffFieldItemDefinition> getExcludedItems()
DiffComplexFieldDefinition
getExcludedItems
in interface DiffComplexFieldDefinition
Copyright © 2018 Nuxeo. All rights reserved.