public class StandardOrderProcessImpl extends MetadataEntity implements StandardOrderProcess
LOGGER| Constructor and Description |
|---|
StandardOrderProcessImpl()
Constructs an initially empty standard order process.
|
StandardOrderProcessImpl(StandardOrderProcess source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
ensureNonNull, getStandardcheckWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiableasMap, asTree, equals, getInterface, hashCode, toStringpublic StandardOrderProcessImpl()
public StandardOrderProcessImpl(StandardOrderProcess source)
public InternationalString getFees()
getFees in interface StandardOrderProcessnull.public void setFees(InternationalString newValue)
public Date getPlannedAvailableDateTime()
getPlannedAvailableDateTime in interface StandardOrderProcessnull.public void setPlannedAvailableDateTime(Date newValue)
public InternationalString getOrderingInstructions()
getOrderingInstructions in interface StandardOrderProcessnull.public void setOrderingInstructions(InternationalString newValue)
public InternationalString getTurnaround()
getTurnaround in interface StandardOrderProcessnull.public void setTurnaround(InternationalString newValue)
Copyright © 1996–2019 Geotools. All rights reserved.