public class EqualIgnoreAttributes extends AbstractRecordDefinitionProperty
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_NAME |
| Constructor and Description |
|---|
EqualIgnoreAttributes() |
EqualIgnoreAttributes(Collection<String> fieldNames) |
EqualIgnoreAttributes(String... fieldNames) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFieldNames(Collection<String> fieldNames) |
void |
addFieldNames(String... fieldNames) |
Set<String> |
getFieldNames() |
static EqualIgnoreAttributes |
getProperty(Record object) |
static EqualIgnoreAttributes |
getProperty(RecordDefinition recordDefinition) |
String |
getPropertyName() |
boolean |
isFieldIgnored(String fieldName) |
void |
setFieldNames(Collection<String> fieldNames) |
void |
setFieldNames(Set<String> fieldNames) |
void |
setFieldNames(String... fieldNames) |
void |
setRecordDefinition(RecordDefinition recordDefinition) |
String |
toString() |
clone, getRecordDefinition, getTypePathpublic static final String PROPERTY_NAME
public EqualIgnoreAttributes()
public EqualIgnoreAttributes(Collection<String> fieldNames)
public EqualIgnoreAttributes(String... fieldNames)
public static EqualIgnoreAttributes getProperty(Record object)
public static EqualIgnoreAttributes getProperty(RecordDefinition recordDefinition)
public void addFieldNames(Collection<String> fieldNames)
public void addFieldNames(String... fieldNames)
public String getPropertyName()
public boolean isFieldIgnored(String fieldName)
public void setFieldNames(Collection<String> fieldNames)
public void setFieldNames(String... fieldNames)
public void setRecordDefinition(RecordDefinition recordDefinition)
setRecordDefinition in interface RecordDefinitionPropertysetRecordDefinition in class AbstractRecordDefinitionPropertyCopyright © 2015 Revolution Systems Inc.. All rights reserved.