Class ServiceIdentificationImpl
- Object
-
- AbstractMetadata
-
- ModifiableMetadata
-
- MetadataEntity
-
- IdentificationImpl
-
- ServiceIdentificationImpl
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Identification
,ServiceIdentification
public class ServiceIdentificationImpl extends IdentificationImpl implements ServiceIdentification
Identification of capabilities which a service provider makes available to a service user through a set of interfaces that define a behaviour.- Since:
- 2.1
- Author:
- Martin Desruisseaux (IRD), Touraïvane
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class AbstractMetadata
LOGGER
-
-
Constructor Summary
Constructors Constructor Description ServiceIdentificationImpl()
Constructs an initially empty service identification.ServiceIdentificationImpl(ServiceIdentification source)
Constructs a metadata entity initialized with the values from the specified metadata.
-
Method Summary
-
Methods inherited from class IdentificationImpl
getAbstract, getAggregationInfo, getCitation, getCredits, getDescriptiveKeywords, getGraphicOverviews, getPointOfContacts, getPurpose, getResourceConstraints, getResourceFormat, getResourceMaintenance, getResourceSpecificUsages, getStatus, setAbstract, setAggregationInfo, setCitation, setCredits, setDescriptiveKeywords, setGraphicOverviews, setPointOfContacts, setPurpose, setResourceConstraints, setResourceFormat, setResourceMaintenance, setResourceSpecificUsages, setStatus
-
Methods inherited from class MetadataEntity
ensureNonNull, getStandard
-
Methods inherited from class ModifiableMetadata
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
-
Methods inherited from class AbstractMetadata
asMap, asTree, equals, getInterface, hashCode, toString
-
Methods inherited from interface Identification
getAbstract, getAggregationInfo, getCitation, getCredits, getDescriptiveKeywords, getGraphicOverviews, getPointOfContacts, getPurpose, getResourceConstraints, getResourceFormat, getResourceMaintenance, getResourceSpecificUsages, getStatus
-
-
-
-
Constructor Detail
-
ServiceIdentificationImpl
public ServiceIdentificationImpl()
Constructs an initially empty service identification.
-
ServiceIdentificationImpl
public ServiceIdentificationImpl(ServiceIdentification source)
Constructs a metadata entity initialized with the values from the specified metadata.- Since:
- 2.4
-
-