|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
DistributionImpl
public class DistributionImpl
Information about the distributor of and options for obtaining the resource.
| Field Summary |
|---|
| Fields inherited from class AbstractMetadata |
|---|
LOGGER |
| Constructor Summary | |
|---|---|
DistributionImpl()
Constructs an initially empty distribution. |
|
DistributionImpl(Distribution source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
| Method Summary | |
|---|---|
Collection<Format> |
getDistributionFormats()
Provides a description of the format of the data to be distributed. |
Collection<Distributor> |
getDistributors()
Provides information about the distributor. |
Collection<DigitalTransferOptions> |
getTransferOptions()
Provides information about technical means and media by which a resource is obtained from the distributor. |
void |
setDistributionFormats(Collection<? extends Format> newValues)
Set a description of the format of the data to be distributed. |
void |
setDistributors(Collection<? extends Distributor> newValues)
Set information about the distributor. |
void |
setTransferOptions(Collection<? extends DigitalTransferOptions> newValues)
Set information about technical means and media by which a resource is obtained from 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 DistributionImpl()
public DistributionImpl(Distribution source)
| Method Detail |
|---|
public Collection<Format> getDistributionFormats()
getDistributionFormats in interface Distributionpublic void setDistributionFormats(Collection<? extends Format> newValues)
public Collection<Distributor> getDistributors()
getDistributors in interface Distributionpublic void setDistributors(Collection<? extends Distributor> newValues)
public Collection<DigitalTransferOptions> getTransferOptions()
getTransferOptions in interface Distributionpublic void setTransferOptions(Collection<? extends DigitalTransferOptions> newValues)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||