|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
DefaultStandardOrderProcess
@ThreadSafe public class DefaultStandardOrderProcess
Common ways in which the resource may be obtained or received, and related instructions and fee information.
| metadata/geotk-metadata (download) | View source code for this class |
| Field Summary |
|---|
| Fields inherited from class MetadataEntity |
|---|
identifiers |
| Fields inherited from class AbstractMetadata |
|---|
LOGGER |
| Constructor Summary | |
|---|---|
DefaultStandardOrderProcess()
Constructs an initially empty standard order process. |
|
DefaultStandardOrderProcess(StandardOrderProcess source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
| Method Summary | |
|---|---|
static DefaultStandardOrderProcess |
castOrCopy(StandardOrderProcess object)
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation. |
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)
Sets fees and terms for retrieving the resource. |
void |
setOrderingInstructions(InternationalString newValue)
Sets general instructions, terms and services provided by the distributor. |
void |
setPlannedAvailableDateTime(Date newValue)
Sets the date and time when the dataset will be available. |
void |
setTurnaround(InternationalString newValue)
Sets typical turnaround time for the filling of an order. |
| Methods inherited from class MetadataEntity |
|---|
getIdentifier, getIdentifierMap, getIdentifiers, getStandard |
| Methods inherited from class ModifiableMetadata |
|---|
checkWritePermission, clone, collectionType, copyCollection, copyList, copySet, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, prune, unmodifiable |
| Methods inherited from class AbstractMetadata |
|---|
asMap, asTree, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, parse, toString |
| Methods inherited from class Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultStandardOrderProcess()
public DefaultStandardOrderProcess(StandardOrderProcess source)
source - The metadata to copy, or null if none.| Method Detail |
|---|
public static DefaultStandardOrderProcess castOrCopy(StandardOrderProcess object)
null, then this method returns null.
Otherwise if the given object is already a Geotk implementation, then the given object is
returned unchanged. Otherwise a new Geotk implementation is created and initialized to the
attribute values of the given object, using a shallow copy operation
(i.e. attributes are not cloned).
object - The object to get as a Geotk implementation, or null if none.
null if the argument was null.public InternationalString getFees()
getFees in interface StandardOrderProcesspublic void setFees(InternationalString newValue)
newValue - The new fees.public Date getPlannedAvailableDateTime()
getPlannedAvailableDateTime in interface StandardOrderProcesspublic void setPlannedAvailableDateTime(Date newValue)
newValue - The new planned available time.public InternationalString getOrderingInstructions()
getOrderingInstructions in interface StandardOrderProcesspublic void setOrderingInstructions(InternationalString newValue)
newValue - The new ordering instructions.public InternationalString getTurnaround()
getTurnaround in interface StandardOrderProcesspublic void setTurnaround(InternationalString newValue)
newValue - The new turnaround.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||