Class AggregateDomainMetadataInfo<K extends com.totvs.tjf.core.common.domain.DomainObjectId<?>>
- java.lang.Object
-
- com.totvs.tjf.core.common.domain.AbstractEntity<K>
-
- com.totvs.tjf.core.common.domain.AbstractDomainEntity<K>
-
- com.totvs.tjf.core.common.domain.AbstractDomainAggregate<K>
-
- com.totvs.tjf.repository.aggregate.metadata.AggregateDomainMetadataInfo<K>
-
- All Implemented Interfaces:
com.totvs.tjf.core.common.domain.DomainObject,com.totvs.tjf.core.common.domain.IdentifiableDomainObject<K>,AggregateMetadataField
public abstract class AggregateDomainMetadataInfo<K extends com.totvs.tjf.core.common.domain.DomainObjectId<?>> extends com.totvs.tjf.core.common.domain.AbstractDomainAggregate<K> implements AggregateMetadataField
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAggregateDomainMetadataInfo()protectedAggregateDomainMetadataInfo(K id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)AggregateMetadataInfoContentgetMetadata()inthashCode()voidsetMetadata(AggregateMetadataInfoContent metadata)
-
-
-
Constructor Detail
-
AggregateDomainMetadataInfo
protected AggregateDomainMetadataInfo()
-
AggregateDomainMetadataInfo
protected AggregateDomainMetadataInfo(K id)
-
-
Method Detail
-
getMetadata
public AggregateMetadataInfoContent getMetadata()
- Specified by:
getMetadatain interfaceAggregateMetadataField
-
setMetadata
public void setMetadata(AggregateMetadataInfoContent metadata)
- Specified by:
setMetadatain interfaceAggregateMetadataField
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classcom.totvs.tjf.core.common.domain.AbstractEntity<K extends com.totvs.tjf.core.common.domain.DomainObjectId<?>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classcom.totvs.tjf.core.common.domain.AbstractEntity<K extends com.totvs.tjf.core.common.domain.DomainObjectId<?>>
-
-