Class GlobalViewElementDefinition
- java.lang.Object
-
- uk.gov.gchq.gaffer.data.elementdefinition.view.ViewElementDefinition
-
- uk.gov.gchq.gaffer.data.elementdefinition.view.GlobalViewElementDefinition
-
- All Implemented Interfaces:
Cloneable
,ElementDefinition
public class GlobalViewElementDefinition extends ViewElementDefinition
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GlobalViewElementDefinition.BaseBuilder<CHILD_CLASS extends GlobalViewElementDefinition.BaseBuilder<?>>
static class
GlobalViewElementDefinition.Builder
-
Constructor Summary
Constructors Constructor Description GlobalViewElementDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GlobalViewElementDefinition
clone()
boolean
equals(Object obj)
boolean
equals(GlobalViewElementDefinition entity)
Set<String>
getGroups()
int
hashCode()
void
lock()
Locks the fields so only read access is allowed.-
Methods inherited from class uk.gov.gchq.gaffer.data.elementdefinition.view.ViewElementDefinition
containsTransientProperty, getAggregator, getExcludeProperties, getGroupBy, getPostAggregationFilter, getPostAggregationFilterFunctions, getPostTransformFilter, getPostTransformFilterFunctions, getPreAggregationFilter, getPreAggregationFilterFunctions, getProperties, getTransformer, getTransformFunctions, getTransientProperties, getTransientPropertyClass, getTransientPropertyClasses, getTransientPropertyMap, getTransientPropertyMapWithClassNames, hasPostAggregationFilters, hasPostTransformFilters, hasPreAggregationFilters, hasProperty, hasTransform, isAllProperties, isEmpty, setGroupBy, toCompactJson, toJson, toString
-
-
-
-
Method Detail
-
lock
public void lock()
Description copied from interface:ElementDefinition
Locks the fields so only read access is allowed.- Specified by:
lock
in interfaceElementDefinition
- Overrides:
lock
in classViewElementDefinition
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classViewElementDefinition
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in classViewElementDefinition
-
equals
public boolean equals(GlobalViewElementDefinition entity)
-
clone
public GlobalViewElementDefinition clone()
- Overrides:
clone
in classViewElementDefinition
-
-