|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
DistributorImpl
public class DistributorImpl
Information about the distributor.
Field Summary |
---|
Fields inherited from class AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
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 class Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DistributorImpl()
public DistributorImpl(Distributor source)
public DistributorImpl(ResponsibleParty distributorContact)
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |