Class MetadataGrouping
- java.lang.Object
-
- org.gcube.common.metadataprofilediscovery.jaxb.MetadataGrouping
-
- All Implemented Interfaces:
Serializable
public class MetadataGrouping extends Object implements Serializable
The Class MetadataGrouping.- Author:
- Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it Mar 21, 2017
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetadataGrouping()Instantiates a new metadata grouping.MetadataGrouping(Boolean create, TaggingGroupingValue groupingValue)Instantiates a new metadata grouping.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetCreate()Gets the creates the.TaggingGroupingValuegetGroupingValue()Gets the grouping value.BooleangetPropagateUp()voidsetCreate(Boolean create)Sets the creates the.voidsetGroupingValue(TaggingGroupingValue groupingValue)Sets the grouping value.voidsetPropagateUp(Boolean propagateUp)StringtoString()
-
-
-
Constructor Detail
-
MetadataGrouping
public MetadataGrouping()
Instantiates a new metadata grouping.
-
MetadataGrouping
public MetadataGrouping(Boolean create, TaggingGroupingValue groupingValue)
Instantiates a new metadata grouping.- Parameters:
create- the creategroupingValue- the grouping value
-
-
Method Detail
-
getCreate
public Boolean getCreate()
Gets the creates the.- Returns:
- the create
-
getGroupingValue
public TaggingGroupingValue getGroupingValue()
Gets the grouping value.- Returns:
- the groupingValue
-
setCreate
public void setCreate(Boolean create)
Sets the creates the.- Parameters:
create- the create to set
-
setGroupingValue
public void setGroupingValue(TaggingGroupingValue groupingValue)
Sets the grouping value.- Parameters:
groupingValue- the groupingValue to set
-
getPropagateUp
public Boolean getPropagateUp()
- Returns:
- the propagateUp
-
setPropagateUp
public void setPropagateUp(Boolean propagateUp)
- Parameters:
propagateUp- the propagateUp to set
-
-