org.geotools.metadata.iso.distribution
Class StandardOrderProcessImpl

Object
  extended by AbstractMetadata
      extended by ModifiableMetadata
          extended by MetadataEntity
              extended by StandardOrderProcessImpl
All Implemented Interfaces:
Serializable, Cloneable, StandardOrderProcess

public class StandardOrderProcessImpl
extends MetadataEntity
implements StandardOrderProcess

Common ways in which the resource may be obtained or received, and related instructions and fee information.

Since:
2.1
Author:
Martin Desruisseaux (IRD), Jody Garnett
See Also:
Serialized Form
Module:
modules/library/metadata (gt-metadata.jar)

Field Summary
 
Fields inherited from class AbstractMetadata
LOGGER
 
Constructor Summary
StandardOrderProcessImpl()
          Constructs an initially empty standard order process.
StandardOrderProcessImpl(StandardOrderProcess source)
          Constructs a metadata entity initialized with the values from the specified metadata.
 
Method Summary
 InternationalString getFees()
          Returns fees and terms for retrieving the resource.
 InternationalString getOrderingInstructions()
          Returns general instructions, terms and services provided by the distributor.
 Date getPlannedAvailableDateTime()
          Returns the date and time when the dataset will be available.
 InternationalString getTurnaround()
          Returns typical turnaround time for the filling of an order.
 void setFees(InternationalString newValue)
          Set fees and terms for retrieving the resource.
 void setOrderingInstructions(InternationalString newValue)
          Set general instructions, terms and services provided by the distributor.
 void setPlannedAvailableDateTime(Date newValue)
          Set the date and time when the dataset will be available.
 void setTurnaround(InternationalString newValue)
          Set typical turnaround time for the filling of an order.
 
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

StandardOrderProcessImpl

public StandardOrderProcessImpl()
Constructs an initially empty standard order process.


StandardOrderProcessImpl

public StandardOrderProcessImpl(StandardOrderProcess source)
Constructs a metadata entity initialized with the values from the specified metadata.

Since:
2.4
Method Detail

getFees

public InternationalString getFees()
Returns fees and terms for retrieving the resource. Include monetary units (as specified in ISO 4217).

Specified by:
getFees in interface StandardOrderProcess

setFees

public void setFees(InternationalString newValue)
Set fees and terms for retrieving the resource. Include monetary units (as specified in ISO 4217).


getPlannedAvailableDateTime

public Date getPlannedAvailableDateTime()
Returns the date and time when the dataset will be available.

Specified by:
getPlannedAvailableDateTime in interface StandardOrderProcess

setPlannedAvailableDateTime

public void setPlannedAvailableDateTime(Date newValue)
Set the date and time when the dataset will be available.


getOrderingInstructions

public InternationalString getOrderingInstructions()
Returns general instructions, terms and services provided by the distributor.

Specified by:
getOrderingInstructions in interface StandardOrderProcess

setOrderingInstructions

public void setOrderingInstructions(InternationalString newValue)
Set general instructions, terms and services provided by the distributor.


getTurnaround

public InternationalString getTurnaround()
Returns typical turnaround time for the filling of an order.

Specified by:
getTurnaround in interface StandardOrderProcess

setTurnaround

public void setTurnaround(InternationalString newValue)
Set typical turnaround time for the filling of an order.



Copyright © 1996-2009 Geotools. All Rights Reserved.