Class AggregateMetadataInfo
- java.lang.Object
-
- com.totvs.tjf.repository.aggregate.metadata.AggregateMetadataInfo
-
- All Implemented Interfaces:
AggregateMetadataField
public abstract class AggregateMetadataInfo extends Object implements AggregateMetadataField
Aggregate "metadata" field representation.- Author:
- Rubens dos Santos Filho
-
-
Constructor Summary
Constructors Constructor Description AggregateMetadataInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AggregateMetadataInfoContentgetMetadata()Return theAggregateMetadataInfoContentinstance of this aggregatevoidsetMetadata(AggregateMetadataInfoContent metadata)Set theAggregateMetadataInfoContentinstance of this aggregate
-
-
-
Method Detail
-
getMetadata
public AggregateMetadataInfoContent getMetadata()
Return theAggregateMetadataInfoContentinstance of this aggregate- Specified by:
getMetadatain interfaceAggregateMetadataField- Returns:
AggregateMetadataInfoContentinstance
-
setMetadata
public void setMetadata(AggregateMetadataInfoContent metadata)
Set theAggregateMetadataInfoContentinstance of this aggregate- Specified by:
setMetadatain interfaceAggregateMetadataField- Parameters:
metadata-AggregateMetadataInfoContentinstance
-
-