public class DistributorImpl extends MetadataEntity implements Distributor
LOGGER
Constructor and Description |
---|
DistributorImpl()
Constructs an initially empty distributor.
|
DistributorImpl(Distributor source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
DistributorImpl(ResponsibleParty distributorContact)
Creates a distributor with the specified contact.
|
Modifier and Type | Method and Description |
---|---|
Collection<StandardOrderProcess> |
getDistributionOrderProcesses()
Provides information about how the resource may be obtained, and related instructions and fee
information.
|
ResponsibleParty |
getDistributorContact()
Party from whom the resource may be obtained.
|
Collection<Format> |
getDistributorFormats()
Provides information about the format used by the distributor.
|
Collection<DigitalTransferOptions> |
getDistributorTransferOptions()
Provides information about the technical means and media used by the distributor.
|
void |
setDistributionOrderProcesses(Collection<? extends StandardOrderProcess> newValues)
Set information about how the resource may be obtained, and related instructions and fee
information.
|
void |
setDistributorContact(ResponsibleParty newValue)
Set the party from whom the resource may be obtained.
|
void |
setDistributorFormats(Collection<? extends Format> newValues)
Set information about the format used by the distributor.
|
void |
setDistributorTransferOptions(Collection<? extends DigitalTransferOptions> newValues)
Provides information about the technical means and media used by the distributor.
|
ensureNonNull, getStandard
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
asMap, asTree, equals, getInterface, hashCode, toString
public DistributorImpl()
public DistributorImpl(Distributor source)
public DistributorImpl(ResponsibleParty distributorContact)
public ResponsibleParty getDistributorContact()
getDistributorContact
in interface Distributor
public void setDistributorContact(ResponsibleParty newValue)
public Collection<StandardOrderProcess> getDistributionOrderProcesses()
getDistributionOrderProcesses
in interface Distributor
public void setDistributionOrderProcesses(Collection<? extends StandardOrderProcess> newValues)
public Collection<Format> getDistributorFormats()
getDistributorFormats
in interface Distributor
public void setDistributorFormats(Collection<? extends Format> newValues)
public Collection<DigitalTransferOptions> getDistributorTransferOptions()
getDistributorTransferOptions
in interface Distributor
public void setDistributorTransferOptions(Collection<? extends DigitalTransferOptions> newValues)
Copyright © 1996–2019 Geotools. All rights reserved.