|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
DigitalTransferOptionsImpl
public class DigitalTransferOptionsImpl
Technical means and media by which a resource is obtained from the distributor.
Field Summary |
---|
Fields inherited from class AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
DigitalTransferOptionsImpl()
Constructs an initially empty digital transfer options. |
|
DigitalTransferOptionsImpl(DigitalTransferOptions source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
Medium |
getOffLine()
Returns information about offline media on which the resource can be obtained. |
Collection<OnLineResource> |
getOnLines()
Returns information about online sources from which the resource can be obtained. |
Double |
getTransferSize()
Returns an estimated size of a unit in the specified transfer format, expressed in megabytes. |
InternationalString |
getUnitsOfDistribution()
Returne tiles, layers, geographic areas, etc., in which data is available. |
void |
setOffLine(Medium newValue)
Set information about offline media on which the resource can be obtained. |
void |
setOnLines(Collection<? extends OnLineResource> newValues)
Set information about online sources from which the resource can be obtained. |
void |
setTransferSize(Double newValue)
Set an estimated size of a unit in the specified transfer format, expressed in megabytes. |
void |
setUnitsOfDistribution(InternationalString newValue)
Set tiles, layers, geographic areas, etc., in which data is available. |
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 DigitalTransferOptionsImpl()
public DigitalTransferOptionsImpl(DigitalTransferOptions source)
Method Detail |
---|
public InternationalString getUnitsOfDistribution()
getUnitsOfDistribution
in interface DigitalTransferOptions
public void setUnitsOfDistribution(InternationalString newValue)
public Double getTransferSize()
null
if the transfer size is unknown.
getTransferSize
in interface DigitalTransferOptions
public void setTransferSize(Double newValue)
public Collection<OnLineResource> getOnLines()
getOnLines
in interface DigitalTransferOptions
public void setOnLines(Collection<? extends OnLineResource> newValues)
public Medium getOffLine()
getOffLine
in interface DigitalTransferOptions
public void setOffLine(Medium newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |